Scale
SCPI Command :
SBUS<*>:DPHY:DPTHree:SCALe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:DPHY:DPTHree:SCALe value: float = driver.sbus.dphy.dpThree.scale.get(serialBus = repcap.SerialBus.Default)
Sets the vertical scale of the high-speed data lines.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(dphy_dp_3_scale: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:DPHY:DPTHree:SCALe driver.sbus.dphy.dpThree.scale.set(dphy_dp_3_scale = 1.0, serialBus = repcap.SerialBus.Default)
Sets the vertical scale of the high-speed data lines.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)