Write/Read |
About Modifying Cal Kits |
Description |
Sets and Returns the maximum frequency for the calibration standard. |
VB Syntax |
calstd.MaximumFrequency = value |
Variable |
(Type) - Description |
calstd |
A CalStandard (object). Use calKit.GetCalStandard to get a handle to the standard. |
value |
(double) - Maximum frequency in Hertz. |
Return Type |
Double |
Default |
Not Applicable |
Examples |
calstd.MaximumFrequency = 9e9 'Write |
maxFrequency = calstd.MaximumFrequency 'Read |
|
C++ Syntax |
HRESULT get_MaximumFrequency(double *pVal) |
Interface |
ICalStandard |