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