Rtca

SCPI Command :

POWer<*>:HARMonics:FREQuency:RTCA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) FundamentalFreqRtca[source]
# POWer<*>:HARMonics:FREQuency:RTCA
value: enums.FundamentalFreqRtca = driver.power.harmonics.frequency.rtca.get(power = repcap.Power.Default)

Sets the fundamental frequency of the input signal for the RTCA standard, if method RsMxo.power.harmonics.standard.set() is set to RTCA.

Parameters:

power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)

set(fundamental_freq_rtca: FundamentalFreqRtca, power=Power.Default) None[source]
# POWer<*>:HARMonics:FREQuency:RTCA
driver.power.harmonics.frequency.rtca.set(fundamental_freq_rtca = enums.FundamentalFreqRtca.F400, power = repcap.Power.Default)

Sets the fundamental frequency of the input signal for the RTCA standard, if method RsMxo.power.harmonics.standard.set() is set to RTCA.

Parameters:
  • fundamental_freq_rtca – F400: 400 Hz NVF WVF

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