Write/Read |
About Dynamic Uncertainty |
Description |
Sets and returns the display type for uncertainties for the selected measurement trace. |
VB Syntax |
uncert.DisplayType = value |
Variable |
(Type) - Description |
uncert |
An Uncertainty (object) |
value |
(Enum as NAUncertaintyDisplayType) Display type. Choose from:
|
Return Type |
Enum as NAUncertaintyDisplayType |
Default |
naUncertaintyDisplayNone |
Examples |
uncert.DisplayType = naUncertaintyDisplayMaximum |
C++ Syntax |
HRESULT get_DisplayType(enum NAUncertaintyDisplayType *pDispType); HRESULT put_DisplayType(enum NAUncertaintyDisplayType dispType); |
Interface |
IUncertainty |
Last modified:
17-November-2014 |
New topic |