Write/Read |
About Markers |
Description |
Sets and reads the X-Axis value of the marker. If the marker is a delta marker, the value will be relative to the reference marker. See Reference Marker example below. See Also: Read Y-axis value. |
VB Syntax |
mark.Stimulus = value |
Variable |
(Type) - Description |
mark |
A Marker (object) |
value |
(double) - X-Axis value. Choose any number within the full span of the channel or User Range (if set). |
Return Type |
Double |
Default |
First activated Marker turns ON in the middle of the X-axis range. Subsequent markers turn ON at the position of the most recently active marker. |
Examples |
mark.Stimulus = 3e9 'Write XVal = mark.Stimulus 'Read ‘ Get, then Set the Reference Marker X-axis location |
C++ Syntax |
HRESULT get_Stimulus(double *pVal) HRESULT put_Stimulus(double newVal) |
Interface |
IMarker |