Position

SCPI Command :

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

Sets the vertical position of the 10BASE-T1S signal.

Parameters:

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

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

Sets the vertical position of the 10BASE-T1S signal.

Parameters:

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