Alt
SCPI Command :
SBUS<*>:QSPI:OPCode:ITEM<*>:ALT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, item=Item.Default) bool[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:ALT value: bool = driver.sbus.qspi.opCode.item.alt.get(serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)
Enable, if an alternative field is available.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Item’)
- Returns:
alt: OFF | ON
- set(alt: bool, serialBus=SerialBus.Default, item=Item.Default) None[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:ALT driver.sbus.qspi.opCode.item.alt.set(alt = False, serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)
Enable, if an alternative field is available.
- Parameters:
alt – OFF | ON
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Item’)