Bordering

SCPI Command :

[SENSe]:DDEMod:BORDering
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() BitOrdering[source]
# [SENSe]:DDEMod:BORDering
value: enums.BitOrdering = driver.applications.k70Vsa.sense.ddemod.bordering.get()

Determines how the bits in the symbols are ordered in all symbol displays.

Returns:

bit_ordering: MSB | LSB LSB Least-significant bit first (used in Bluetooth specification, for example) MSB Most significant bit first (default)

set(bit_ordering: BitOrdering) None[source]
# [SENSe]:DDEMod:BORDering
driver.applications.k70Vsa.sense.ddemod.bordering.set(bit_ordering = enums.BitOrdering.LSB)

Determines how the bits in the symbols are ordered in all symbol displays.

Parameters:

bit_ordering – MSB | LSB LSB Least-significant bit first (used in Bluetooth specification, for example) MSB Most significant bit first (default)