Read-only |
About Gain Compression |
Description |
Returns the total number of iterations required by the last SMART sweep. Returns number of power points for a 2D sweep. |
VB Syntax |
iter = gca.TotalIterations |
Variable |
(Type) - Description |
iter |
(Integer) Variable to store the returned number of iterations. |
gca |
A GainCompression (object) |
Return Type |
Integer |
Default |
Not Applicable |
Examples |
data = gca.TotalIterations |
C++ Syntax |
HRESULT get_TotalIterations(); |
Interface |
IGainCompression2 |