.direction Property

Function:

For the currently selected SSI channel (see ssi.channel), sets/returns the direction of data input and output (least significant bit first or most significant bit first).

Type:

Enum (pl_ssi_direction_options , byte)

Value Range:

  • 0 — PL_SSI_DIRECTION_RIGHT (default): data input/output least significant bit first
  • 1 — PL_SSI_DIRECTION_LEFT: data input/output most significant bit first

See Also:

Direction


Details

This property can only be changed when ssi.enabled = 0 — NO.


.direction Property

Details