:MEASure:RESPonse:PLLModel:FPOLe?
Flex Apps:
FlexPLL
Query Syntax
:MEASure:RESPonse:PLLModel:FPOLe?
Description
Returns the JTF model waveform's fPole measurement which locates a single frequency in the JTF model where gain increases. Similar to this is the FZero measurement (:MEASure:RESPonse:PLLModel:FZERo?
) that locates a single frequency in the JTF model where gain decreases. A Type 2 PLL by definition has only one pole.
with Zero, Pole, and Gain Frequencies

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:PLLModel:FPOLe:STATus?')): measurement = Flex.query(':MEASure:RESPonse:PLLModel:FPOLe?')
Common Measurement Child Queries
This command supports the use of the following common measurement queries: :COUNt?
, :MAXimum?
, :MINimum?
, :MEAN?
, and :SDEViation?
.