Qcomponent
SCPI Command :
[SENSe]:PULSe:POWer:AMPLitude:Q
- Commands in total: 6Subgroups: 5Direct child commands: 1
- get(query_range: SelectionRange) List[float][source]
# [SENSe]:PULSe:POWer:AMPLitude:Q value: List[float] = driver.applications.k6Pulse.sense.pulse.power.amplitude.qcomponent.get(query_range = enums.SelectionRange.ALL)
Returns the quadrature amplitude for the specified pulse(s) .
- Parameters:
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.
Cloning the Group
# Create a copy of the original group, that exists independently
qcomponent_copy = driver.applications.k6Pulse.sense.pulse.power.amplitude.qcomponent.clone()
Subgroups