Read-only |
About Cal All |
Description |
Returns the unique, settable properties for the current cal all session. See a list of valid properties and values for each measurement class. |
VB Syntax |
props = calAll.PropertyNames |
Variable |
(Type) - Description |
props |
(Variant Array) Variable to store the returned property names that can be set. |
calAll |
A CalibrateAllChannels (object) |
Return Type |
Variant Array |
Default |
Not Applicable |
Examples |
props = calAll.PropertyNames |
C++ Syntax |
HRESULT get_PropertyNames (VARIANT*, propNames); |
Interface |
CalibrateAllChannels |