Read-only
About GCA

SearchSummary Property


Description

Returns the status of a compression search.

This command can be used to indicate when a GCA search is complete.

Note: The returned value reflects the current state of the GCA compression search which can vary when in continuous sweep. This command is intended to be used with chan.Single (trigger).

 VB Syntax

value = gca.SearchSummary

Variable

(Type) - Description

value

(Enum)  Variable to store the returned value.

  • 0 - naSearchNotDone - Acquisition is still in process.

  • 1 - naSearchSucceeded - Acquisition is complete and compression value found for all frequency points.

  • 2 - naSearchFailed -  Acquisition is complete and unable to find the compression value at one or more frequency points.

gca

A GainCompression (object)

Return Type

Enum

Default

Not Applicable

Examples

sum = gca.SearchSummary 'Read

C++ Syntax

HRESULT get_SearchSummary(enum naGCASearchSummary* value)

Interface

IGainCompression