Mode

SCPI Command :

POWer<*>:EFFiciency:OUTPut<*>:POWer:VERTical:SCALe:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default, output=Output.Default) AutoManualMode[source]
# POWer<*>:EFFiciency:OUTPut<*>:POWer:VERTical:SCALe:MODE
value: enums.AutoManualMode = driver.power.efficiency.output.power.vertical.scale.mode.get(power = repcap.Power.Default, output = repcap.Output.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’)

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

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, output=Output.Default) None[source]
# POWer<*>:EFFiciency:OUTPut<*>:POWer:VERTical:SCALe:MODE
driver.power.efficiency.output.power.vertical.scale.mode.set(vertical_scale_mode = enums.AutoManualMode.AUTO, power = repcap.Power.Default, output = repcap.Output.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’)

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