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