Scale

SCPI Command :

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

Set the vertical scale of the indicated 1000BASE-T1 signal.

Parameters:

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

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

Set the vertical scale of the indicated 1000BASE-T1 signal.

Parameters:

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