Value
SCPI Command :
P3PHase<*>:QUALity:FREQuency[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) PqualFundamentalFreq[source]
# P3PHase<*>:QUALity:FREQuency[:VALue] value: enums.PqualFundamentalFreq = driver.p3Phase.quality.frequency.value.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the input frequency of the source signal in Hz.
- Parameters:
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)
- Returns:
fundam_freq: F50 | F60 | F400 | USER | AUTO
- set(fundam_freq: PqualFundamentalFreq, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:FREQuency[:VALue] driver.p3Phase.quality.frequency.value.set(fundam_freq = enums.PqualFundamentalFreq.AUTO, power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the input frequency of the source signal in Hz.
- Parameters:
fundam_freq – F50 | F60 | F400 | USER | AUTO
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)