Write/Read |
About Math Operations |
Description |
Sets (or returns) the type of trace displayed on the screen. |
VB Syntax |
meas.View = value |
Variable |
(Type) - Description |
meas |
A measurement (object) |
value |
(enum NAView) - Type of trace. Choose from: 0 - naData Note: The naData trace may reflect the result of a TraceMath operation. |
Return Type |
NAView |
Default |
naData |
Examples |
meas.View = naData 'Write |
trceview = meas.View 'Read |
|
C++ Syntax |
HRESULT get_View(tagNAView* pView) |
Interface |
IMeasurement |