Mode

SCPI Command :

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

Selects the scaling mode for display of the power waveform.

Parameters:

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

Returns:

vertical_scale_mode: MANual | AUTO

  • AUTO: The instrument selects the most appropriate scale.

  • MANual: You can change the vertical scale and offset.

set(vertical_scale_mode: AutoManualMode, power=Power.Default) None[source]
# POWer<*>:QUALity:POWer:VERTical:SCALe:MODE
driver.power.quality.power.vertical.scale.mode.set(vertical_scale_mode = enums.AutoManualMode.AUTO, power = repcap.Power.Default)

Selects the scaling mode for display of the power waveform.

Parameters:
  • vertical_scale_mode

    MANual | AUTO

    • AUTO: The instrument selects the most appropriate scale.

    • MANual: You can change the vertical scale and offset.

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