Write/Read |
About Cal All |
Description |
Sets and returns the current property value for a specific property name. See a list of valid properties and values for each measurement class. Use PropertyValues to query a list of valid values. |
VB Syntax |
calAll.PropertyValue (propName) = value |
Variable |
(Type) - Description |
calAll |
A CalibrateAllChannels (object) |
propName |
(String) Property name for which value is to be set or returned. |
value |
(String) Property value. |
Return Type |
String |
Default |
Not Applicable |
Examples |
Example 1: Example 2: Example 3: |
C++ Syntax |
HRESULT get_PropertyValue (BSTR propName, BSTR* propValue); HRESULT put_PropertyValue (BSTR propName, BSTR propValue); |
Interface |
CalibrateAllChannels |