Scale

SCPI Command :

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

Set the vertical scale of the IO<n> signal.

Parameters:

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

set(octospi_io_7_scale: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:OSPI:IOSV:SCALe
driver.sbus.ospi.iosv.scale.set(octospi_io_7_scale = 1.0, serialBus = repcap.SerialBus.Default)

Set the vertical scale of the IO<n> signal.

Parameters:

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