Current
SCPI Command :
POWer<*>:SOA:SOURce:CURRent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) SignalSource[source]
# POWer<*>:SOA:SOURce:CURRent value: enums.SignalSource = driver.power.soa.source.current.get(power = repcap.Power.Default)
Selects the current source waveform. Analog channels and math waveforms can be used.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
source_current: C1 | C2 | … | C8 | M1 | M2 | … | M8
- set(source_current: SignalSource, power=Power.Default) None[source]
# POWer<*>:SOA:SOURce:CURRent driver.power.soa.source.current.set(source_current = enums.SignalSource.C1, power = repcap.Power.Default)
Selects the current source waveform. Analog channels and math waveforms can be used.
- Parameters:
source_current – C1 | C2 | … | C8 | M1 | M2 | … | M8
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)