Mode
SCPI Command :
POWer<*>:SWITching:POWer:VERTical:SCALe:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) AutoManualMode[source]
# POWer<*>:SWITching:POWer:VERTical:SCALe:MODE value: enums.AutoManualMode = driver.power.switching.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<*>:SWITching:POWer:VERTical:SCALe:MODE driver.power.switching.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’)