PmsLength
SCPI Command :
[SENSe]:CHIRp:PMSettling:PMSLength
- Commands in total: 5Subgroups: 4Direct child commands: 1
- get(query_range: SelectionRange) float[source]
# [SENSe]:CHIRp:PMSettling:PMSLength value: float = driver.applications.k60Transient.sense.chirp.pmSettling.pmsLength.get(query_range = enums.SelectionRange.ALL)
Returns the PM settled length from the Results table for the specified chirp(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.
- Returns:
result: 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
pmsLength_copy = driver.applications.k60Transient.sense.chirp.pmSettling.pmsLength.clone()
Subgroups