Write/Read |
About Limit Test |
Description |
Sets and returns the X-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.LimitTestXPosition = value |
Variable |
(Type) - Description |
win |
A NAWindow (object) |
value |
(Double) X-axis position. Choose a value between 0 (far left) and 10 (far right). |
Return Type |
Double |
Default |
7 |
Examples |
win.LimitTestXPosition = 3 'Write value = app.ActiveNAWindow.LimitTestXPosition 'Read |
C++ Syntax |
HRESULT get_LimitTestXPosition(double *pVal) HRESULT put_LimitTestXPosition(double newVal) |
Interface |
INAWindow4 |