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