Write/Read
About Modifying Cal Kits

Delay Property


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)
HRESULT put_Delay(float newVal)

Interface

ICalStandard


Last Modified:

5-Jan-2007

MX New topic