Mil

SCPI Command :

P3PHase<*>:HARMonics:FREQuency:MIL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) FundamentalFreqMil[source]
# P3PHase<*>:HARMonics:FREQuency:MIL
value: enums.FundamentalFreqMil = driver.p3Phase.harmonics.frequency.mil.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Sets the fundamental frequency of the input signal for the MIL-STD-1399 standard, if method RsMxo.p3Phase.harmonics.standard.set() is set to MIL.

Parameters:

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

Returns:

fundamental_freq_mil: F60 | F400

set(fundamental_freq_mil: FundamentalFreqMil, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:HARMonics:FREQuency:MIL
driver.p3Phase.harmonics.frequency.mil.set(fundamental_freq_mil = enums.FundamentalFreqMil.F400, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Sets the fundamental frequency of the input signal for the MIL-STD-1399 standard, if method RsMxo.p3Phase.harmonics.standard.set() is set to MIL.

Parameters:
  • fundamental_freq_mil – F60 | F400

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