Source

SCPI Command :

P3PHase<*>:HARMonics:SOURce:CYCLe[:SOURce]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) SignalSource[source]
# P3PHase<*>:HARMonics:SOURce:CYCLe[:SOURce]
value: enums.SignalSource = driver.p3Phase.harmonics.source.cycle.source.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Selects the channel (voltage source) to serve as the timing reference for data calculations across all sources when the periods are not aligned on the x-axis.

Parameters:

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

Returns:

cycle_source: C1 | C2 | … | C8

set(cycle_source: SignalSource, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:HARMonics:SOURce:CYCLe[:SOURce]
driver.p3Phase.harmonics.source.cycle.source.set(cycle_source = enums.SignalSource.C1, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Selects the channel (voltage source) to serve as the timing reference for data calculations across all sources when the periods are not aligned on the x-axis.

Parameters:
  • cycle_source – C1 | C2 | … | C8

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