:MEASure:RESPonse:MINimum?
Flex Apps:
FlexPLL
Query Syntax
:MEASure:RESPonse:MINimum?
Description
Returns the Minimum point across the entire Response plot. When Minimum is selected in the results table using the :MEASure:RESPonse:SMeasure
command, annotation is placed on the graph marking the location of the measurement.
Measurement Ready?
To confirm that the measurement is ready to read, you can query the measurement's status:
if ('CORR' in Flex.query(':MEASure:RESPonse:MINimum:STATus?')): measurement = Flex.query(':MEASure:RESPonse:MINimum?')
Common Measurement Child Queries
This command supports the use of the following common measurement queries: :COUNt?
, :MAXimum?
, :MINimum?
, :MEAN?
, and :SDEViation?
.