Read-only |
About Cal All |
Description |
Returns the valid property values for a specific property name. See a list of valid properties and values for each measurement class. |
VB Syntax |
props = calAll.PropertyValues (propName) |
Variable |
(Type) - Description |
props |
(Variant Array) Variable to store the returned property values that can be set. |
calAll |
A CalibrateAllChannels (object) |
propName |
(String) Property name for which valid values are to be returned. |
Return Type |
Variant Array |
Default |
Not Applicable |
Examples |
props = calAll.PropertyValues ("Noise Cal Method") |
C++ Syntax |
HRESULT get_PropertyValues (BSTR propName, VARIANT* propValues); |
Interface |
CalibrateAllChannels |