Offset
SCPI Command :
P3PHase<*>:QUALity:TOTal:POWer:VERTical:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) float[source]
# P3PHase<*>:QUALity:TOTal:POWer:VERTical:OFFSet value: float = driver.p3Phase.quality.total.power.vertical.offset.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the vertical offset of the total power waveform if the relevant P3PHase<m>:{SUBSYS}:POWer:VERTical:SCALe:MODE command is set to MANual.
- Parameters:
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)
- Returns:
vertical_offset: -100000000000000 to 100000000000000
- set(vertical_offset: float, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:TOTal:POWer:VERTical:OFFSet driver.p3Phase.quality.total.power.vertical.offset.set(vertical_offset = 1.0, power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the vertical offset of the total power waveform if the relevant P3PHase<m>:{SUBSYS}:POWer:VERTical:SCALe:MODE command is set to MANual.
- Parameters:
vertical_offset – -100000000000000 to 100000000000000
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)