MaxNonlinear
SCPI Command :
[SENSe]:CHIRp:FREQuency:MAXNonlinear
- class MaxNonlinearCls[source]
MaxNonlinear commands group definition. 5 total commands, 4 Subgroups, 1 group commands
- get(query_range: RsFsw.enums.SelectionRange) float [source]
# SCPI: [SENSe]:CHIRp:FREQuency:MAXNonlinear value: float = driver.applications.k60Transient.sense.chirp.frequency.maxNonlinear.get(query_range = enums.SelectionRange.ALL)
Returns the maximum frequency integral non-linearity from the Results table for the specified chirp(s) .
- param query_range
SELected | CURRent | ALL SELected Selected chirp CURRent Detected chirps in the current capture buffer ALL All chirps detected in the entire measurement
- return
result: SELected | CURRent | ALL SELected Selected chirp CURRent Detected chirps in the current capture buffer ALL All chirps detected in the entire measurement
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k60Transient.sense.chirp.frequency.maxNonlinear.clone()
Subgroups