Cycle
SCPI Command :
POWer<*>:QUALity:SOURce:CYCLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) PowerQualCycleSource[source]
# POWer<*>:QUALity:SOURce:CYCLe value: enums.PowerQualCycleSource = driver.power.quality.source.cycle.get(power = repcap.Power.Default)
Selects if voltage or current is used for the cycle measurement.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
cycle_source: VOLTage | CURRent
- set(cycle_source: PowerQualCycleSource, power=Power.Default) None[source]
# POWer<*>:QUALity:SOURce:CYCLe driver.power.quality.source.cycle.set(cycle_source = enums.PowerQualCycleSource.CURRent, power = repcap.Power.Default)
Selects if voltage or current is used for the cycle measurement.
- Parameters:
cycle_source – VOLTage | CURRent
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)