Read-only
About GCA

SearchFailures Property


Description

Returns a comma-separated list of the frequency indexes that were out of tolerance for SMART Sweep mode, or at the power limit for 2D Sweep mode. Zero (0) is the first frequency data point.

Must be Single triggered. Invalid results occur if the GCA channel is continuously sweeping.

 VB Syntax

value = gca.SearchFailures

Variable

(Type) - Description

value

(Double)  Variable to store the returned data.

gca

A GainCompression (object)

Return Type

Returns a comma-separated list of frequency indexes.

Default

Not applicable

Examples

SFA = gca.SearchFailures 'Read

C++ Syntax

HRESULT get_SearchFailures(VARIANT* value)

Interface

IGainCompression