Write/Read |
About Markers |
Description |
Sets or returns the ON / OFF state of the specified marker. |
VB Syntax |
meas.MarkerState (n) = state |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
n |
(Long Integer) Marker number to turn on or off. |
state |
(boolean) - |
Return Type |
Boolean |
Default |
False |
Examples |
meas.MarkerState(1) = True |
reference = meas.MarkerState(2) |
|
C++ Syntax |
HRESULT get_MarkerState(long markerNum, VARIANT_BOOL bState) |
Interface |
IMeasurement3 |