Mode
SCPI Command :
SBUS<*>:TBTO:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) SbusHbtoMode[source]
# SBUS<*>:TBTO:MODE value: enums.SbusHbtoMode = driver.sbus.tbto.mode.get(serialBus = repcap.SerialBus.Default)
Selects the operation mode for 1000BASE-T1.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
mode: MAIN | SUB | AUTO
- set(mode: SbusHbtoMode, serialBus=SerialBus.Default) None[source]
# SBUS<*>:TBTO:MODE driver.sbus.tbto.mode.set(mode = enums.SbusHbtoMode.AUTO, serialBus = repcap.SerialBus.Default)
Selects the operation mode for 1000BASE-T1.
- Parameters:
mode – MAIN | SUB | AUTO
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)