Write/Read |
Description |
Makes the Network Analyzer application visible or not visible. In the Not Visible state, the analyzer cycle time for making measurements can be significantly faster because the display does not process data. |
VB Syntax |
app.Visible = state |
Variable |
(Type) - Description |
app |
An Application (object) |
state |
(boolean) False - Network Analyzer application NOT visible True - Network Analyzer application IS visible |
Return Type |
Boolean |
Default |
True |
Examples |
app.Visible = False 'Write |
vis = app.Visible 'Read |
|
C++ Syntax |
HRESULT get_Visible(VARIANT_BOOL * bVisible) |
Interface |
IApplication |