Write/Read |
About Reference Position |
Description |
Sets or returns the Reference Position of the active trace. |
VB Syntax |
trce.ReferencePosition = value |
Variable |
(Type) - Description |
trce |
A Trace (object) |
value |
(double) - Reference position on the screen measured in horizontal graticules from the bottom of the screen. Choose from any number between: 0 and 10. |
Return Type |
Double |
Default |
0 |
Examples |
meas.ReferencePosition = 5 'Middle of the screen -Write |
rpos = meas.ReferencePosition -Read |
|
C++ Syntax |
HRESULT get_ReferencePosition(double *pVal) |
Interface |
ITrace |