Scale
SCPI Command :
PBUS<*>:SCALe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrBus=PwrBus.Default) float[source]
# PBUS<*>:SCALe value: float = driver.pbus.scale.get(pwrBus = repcap.PwrBus.Default)
Sets the size of the display that is used by the indicated logic group waveform.
- Parameters:
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
- Returns:
relative_height: 3 to 100
- set(relative_height: float, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:SCALe driver.pbus.scale.set(relative_height = 1.0, pwrBus = repcap.PwrBus.Default)
Sets the size of the display that is used by the indicated logic group waveform.
- Parameters:
relative_height – 3 to 100
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)