Write/Read |
About Modifying Cal Kits |
Description |
Sets and Returns the electrical delay value for the calibration standard. |
VB Syntax |
calstd.Delay = value |
Variable |
(Type) - Description |
calstd |
A CalStandard (object). Use calKit.GetCalStandard to get a handle to the standard. |
value |
(single) - Electrical delay in picoseconds |
Return Type |
Single |
Default |
Not Applicable |
Exaamples |
calstd.Delay = 12 'Write 12ps Delay |
stdDelay = calstd.Delay 'Read the value of Delay |
|
C++ Syntax |
HRESULT get_Delay(float *pVal) |
Interface |
ICalStandard |