Minimum
SCPI Command :
[SENSe]:CHIRp:FMSettling:FMSPoint:MINimum
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(query_range: SelectionRangeB) float[source]
# [SENSe]:CHIRp:FMSettling:FMSPoint:MINimum value: float = driver.applications.k60Transient.sense.chirp.fmSettling.fmSpoint.minimum.get(query_range = enums.SelectionRangeB.ALL)
Returns the statistical value for the FM settling point from the statistics table for the specified chirp(s) .
- Parameters:
query_range – CURRent | ALL CURRent Detected pulses in the current capture buffer ALL All detected pulses in the entire measurement.
- Returns:
result: CURRent | ALL CURRent Detected pulses in the current capture buffer ALL All detected pulses in the entire measurement.