Scale

SCPI Command :

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

Sets the vertical scale of the SpaceWire signal.

Parameters:

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

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

Sets the vertical scale of the SpaceWire signal.

Parameters:

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