Mode
SCPI Command :
BUS<*>:TBTO:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusHbtoMode[source]
# BUS<*>:TBTO:MODE value: enums.BusHbtoMode = driver.bus.tbto.mode.get(bus = repcap.Bus.Default)
Selects the direction of the full-duplex signal you want to look at.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
mode: MASTer | SLAVe | AUTO
- set(mode: BusHbtoMode, bus=Bus.Default) None[source]
# BUS<*>:TBTO:MODE driver.bus.tbto.mode.set(mode = enums.BusHbtoMode.AUTO, bus = repcap.Bus.Default)
Selects the direction of the full-duplex signal you want to look at.
- Parameters:
mode – MASTer | SLAVe | AUTO
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)