Read-only
About Marker Search

FilterQ Property


Description

Returns the Q (quality factor) result of the SearchBandwidth method. The Q factor is the ratio of Center Frequency to Bandwidth (Center Frequency / Bandwidth).

 VB Syntax

filtQ = meas.FilterQ

Variable

(Type) - Description

filtQ

(single) - Variable to store bandwidth Q data

meas

A Measurement (object)

Return Type

Single

Default

Not applicable

Examples

filtQ = meas.FilterQ 'Read

C++ Syntax

HRESULT get_FilterQ(float* quality)

Interface

IMeasurement