Write/Read |
About User Ranges |
Description |
Assigns the marker to the specified User Range. This restricts the marker's x-axis travel to the User Range span, specified with Start and Stop values.
Note: User ranges are especially useful in restricting marker searches to specific areas of the measurement. |
VB Syntax |
mark.UserRange = value |
Variable |
(Type) - Description |
mark |
A Marker (object) |
value |
(long integer) - User Range. Choose any number between 0 and 16 (0=Full Span) |
Return Type |
Long Integer |
Default |
0 - Full Span |
Examples |
mark.UserRange = 1 'Write |
UseRnge = mark.UserRange 'Read |
|
C++ Syntax |
HRESULT get_UserRange(long *pRangeNumber) |
Interface |
IMarker |