Write/Read |
About Modifying Cal Kits |
Description |
Sets and returns the label on the calibration kit Port for the calibration wizard. |
VB Syntax |
calKit.Portlabel (portNum) = value |
Variable |
(Type) - Description |
calKit |
A CalKit (object) |
portNum |
(long integer) - number of the port to be labeled. Choose either 1 or 2 |
value |
(string) - Label that is visible in the calibration wizard. |
Return Type |
String |
Default |
Depends on the Cal Kit. |
Examples |
calKit.PortLabel = "MyCalKit" 'Write |
kitLabel = calKit.PortLabel 'Read |
|
C++ Syntax |
HRESULT get_PortLabel(long port, BSTR *pVal) |
Interface |
ICalKit |