Quaternion Demux(Multiple Output channel Switch)

From Visuino
Jump to navigation Jump to search

File:TArduinoQuaternionDemux.png

Summary

Routes a Quaternion input to one of multiple Quaternion outputs, based on a selected channel index.

Description

The Quaternion Demux (Multiple Output Channel Switch) component takes a single Quaternion input and directs it to one of several output channels, determined by the Select pin. This is useful for distributing quaternion data (e.g., orientation values) across different branches of a project or selectively activating processing pipelines.

Diagram:

Categories

Properties

  • Initial Channel (integer) – Defines which output channel is active at start.
  • Output Pins (integer) – Sets the total number of Quaternion output channels.

Pins

  • In – Quaternion input.
  • Select – Integer input to choose the active output channel.

Output Pins

  • Out – Quaternion outputs (number depends on Output Pins property).