Scale

SCPI Command :

PBUS<*>:DIGSignals:SCALe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(pwrBus=PwrBus.Default) float[source]
# PBUS<*>:DIGSignals:SCALe
value: float = driver.pbus.digSignals.scale.get(pwrBus = repcap.PwrBus.Default)

Sets the size of the display that is used by each active digital signal.

Parameters:

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

set(dig_sign_height_rel: float, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:DIGSignals:SCALe
driver.pbus.digSignals.scale.set(dig_sign_height_rel = 1.0, pwrBus = repcap.PwrBus.Default)

Sets the size of the display that is used by each active digital signal.

Parameters:
  • dig_sign_height_rel – 2 to 100

  • pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)