Read-only |
About GCA |
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.
|
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 |