Write-only |
About Windows |
Description |
Add a window to the display. Does not add a measurement. The window number must not already exist. |
VB Syntax |
wins.Add [item] |
Variable |
(Type) - Description |
wins |
A NAWindow collection (object) |
item |
(variant) - Window number. Choose between 1and the maximum number of windows allowed on the VNA. |
Return Type |
Object |
Default |
Not Applicable |
Examples |
wins.Add 3 'Creates a window number 3 |
C++ Syntax |
HRESULT Add(long windowNumber ) |
Interface |
INAWindows |