Dord
SCPI Command :
BUS<*>:CXPI:DORD
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusCxpiDisplayOrder[source]
# BUS<*>:CXPI:DORD value: enums.BusCxpiDisplayOrder = driver.bus.cxpi.dord.get(bus = repcap.Bus.Default)
Selects the order in which the signal is displayed in the honeycomb. If TRANsmitted is selected, the signal is displayed in the order it occurs. If LOGical is selected, the signal is displayed according to the definition of the standard (MSB bit order) .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
display_order: TRANsmitted | LOGical
- set(display_order: BusCxpiDisplayOrder, bus=Bus.Default) None[source]
# BUS<*>:CXPI:DORD driver.bus.cxpi.dord.set(display_order = enums.BusCxpiDisplayOrder.LOGical, bus = repcap.Bus.Default)
Selects the order in which the signal is displayed in the honeycomb. If TRANsmitted is selected, the signal is displayed in the order it occurs. If LOGical is selected, the signal is displayed according to the definition of the standard (MSB bit order) .
- Parameters:
display_order – TRANsmitted | LOGical
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)