Write/Read |
About Limit Test |
Description |
Sets and returns the Y-axis position of the Limit Line Pass/Fail indicator on the VNA screen. The lower-left corner of the Pass/Fail indicator is the point of reference for positioning. |
VB Syntax |
win.LimitTestYPosition = value |
Variable |
(Type) - Description |
win |
A NAWindow (object) |
value |
(Double) Y-axis position. Choose a value between 0 (bottom) and 10 (top). |
Return Type |
Double |
Default |
0 |
Examples |
win.LimitTestYPosition = 3 'Write value = app.ActiveNAWindow.LimitTestYPosition 'Read |
C++ Syntax |
HRESULT get_LimitTestYPosition(double *pVal) HRESULT put_LimitTestYPosition(double newVal) |
Interface |
INAWindow4 |