:MEASure:RMEMory:BANDwidth?
Flex Apps:
FlexPLL
Query Syntax
:MEASure:RMEMoryN:BANDwidth?
Where N identifies one of four {1:4} possible JTF response memories. For example, :MEASure:RMEMory3:BANDwidth
.
Description

Returns the current value for the selected Response memory waveform's Bandwidth measurement. This is the –3 dB bandwidth of the JTF response. When Bandwidth is selected in the results table, 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:RMEMory:BANDwidth:STATus?')): measurement = Flex.query(':MEASure:RMEMory:BANDwidth?')
Common Measurement Child Queries
This command supports the use of the following common measurement queries: :COUNt?
, :MAXimum?
, :MINimum?
, :MEAN?
, and :SDEViation?
.