Position

SCPI Command :

SBUS<*>:TBTO:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:TBTO:POSition
value: float = driver.sbus.tbto.position.get(serialBus = repcap.SerialBus.Default)

Sets the vertical position of the 1000BASE-T1 signal.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

set(tbto_position: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:TBTO:POSition
driver.sbus.tbto.position.set(tbto_position = 1.0, serialBus = repcap.SerialBus.Default)

Sets the vertical position of the 1000BASE-T1 signal.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)