Write/Read |
About Modifying Cal Kits |
Description |
Sets and Returns the media type of the calibration standard. |
VB Syntax |
calstd.Medium = value |
Variable |
(Type) - Description |
calstd |
A CalStandard (object). Use calKit.GetCalStandard to get a handle to the standard. |
value |
(enum NACalStandardMedium) - Medium of the transmission line of the standard. Choose from: |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
calstd.Medium = naCoax 'Write |
stdMedium = calstd.Medium 'Read |
|
C++ Syntax |
HRESULT get_Medium(tagNACalStandardMedium *pVal) |
Interface |
ICalStandard |