Write/Read |
About Trace Max |
Description |
Maximizes (isolates) or restores the active trace in the active window. When TraceMax is ON, the active trace is the ONLY trace on the display. All other traces are hidden. |
VB Syntax |
meas.TraceMax = state |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
state |
(boolean) - Choose from: True - Maximizes / isolates the active trace in the window. False - Restores other traces to be viewed in the window. |
Return Type |
Boolean |
Default |
False |
Examples |
meas.TraceMax = True |
state = meas.TraceMax |
|
C++ Syntax |
HRESULT get_TraceMax(VARIANT_BOOL bState) |
Interface |
IMeasurement10 |