Read-only |
About Cal All |
Description |
Returns the cal set names that were produced by the cal all session. |
VB Syntax |
csets = calAll.GeneratedCalsets |
Variable |
(Type) - Description |
csets |
(Variant Array) Variable to store the returned cal set names. |
calAll |
A CalibrateAllChannels (object) |
Return Type |
Variant Array |
Default |
Not Applicable |
Examples |
csets = calAll.GeneratedCalsets |
C++ Syntax |
HRESULT get_GeneratedCalsets (VARIANT*, propNames); |
Interface |
CalibrateAllChannels |