Value

SCPI Command :

POWer<*>:QUALity:POWer:VERTical:SCALe[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) float[source]
# POWer<*>:QUALity:POWer:VERTical:SCALe[:VALue]
value: float = driver.power.quality.power.vertical.scale.value.get(power = repcap.Power.Default)

Sets the vertical scale of the power waveform if the relevant POWer<m>:{SUBSYS}:POWer:VERTical:SCALe:MODE command is set to MANual.

Parameters:

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

Returns:

vertical_scale: 1E-12 to 100000000000000

set(vertical_scale: float, power=Power.Default) None[source]
# POWer<*>:QUALity:POWer:VERTical:SCALe[:VALue]
driver.power.quality.power.vertical.scale.value.set(vertical_scale = 1.0, power = repcap.Power.Default)

Sets the vertical scale of the power waveform if the relevant POWer<m>:{SUBSYS}:POWer:VERTical:SCALe:MODE command is set to MANual.

Parameters:
  • vertical_scale – 1E-12 to 100000000000000

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