Write/Read |
About Gain Compression |
Description |
Set and read whether to show intermediate results for each iteration in SMART sweep. |
VB Syntax |
gca.SmartSweepShowIterations = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(Boolean) Choose from: True Compression traces are updated after each iteration. False Compression traces are updated after ALL iterations are complete. |
Return Type |
Boolean |
Default |
False |
Examples |
gca.SmartSweepShowIterations = True 'Write |
SShow = gca.SmartSweepShowIterations 'Read |
|
C++ Syntax |
HRESULT get_SmartSweepShowIterations(VARIANT_BOOL *pVal) HRESULT put_SmartSweepShowIterations(VARIANT_BOOL newVal) |
Interface |
IGainCompression |