Icomponent
SCPI Command :
[SENSe]:PULSe:POWer:AMPLitude:I
- class IcomponentCls[source]
Icomponent commands group definition. 6 total commands, 5 Subgroups, 1 group commands
- get(query_range: RsFsw.enums.SelectionRange) List[float] [source]
# SCPI: [SENSe]:PULSe:POWer:AMPLitude:I value: List[float] = driver.applications.k6Pulse.sense.pulse.power.amplitude.icomponent.get(query_range = enums.SelectionRange.ALL)
Returns the in-phase amplitude for the specified pulse(s) .
- param query_range
SELected | CURRent | ALL SELected Currently selected pulse CURRent Detected pulses in the current capture buffer ALL All detected pulses in the entire measurement.
- return
amplitudes: No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k6Pulse.sense.pulse.power.amplitude.icomponent.clone()
Subgroups