Position
SCPI Command :
SBUS<*>:HBTO:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:HBTO:POSition value: float = driver.sbus.hbto.position.get(serialBus = repcap.SerialBus.Default)
Sets the vertical position of the 100BASE-T1 signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(hbto_position: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:HBTO:POSition driver.sbus.hbto.position.set(hbto_position = 1.0, serialBus = repcap.SerialBus.Default)
Sets the vertical position of the 100BASE-T1 signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)