Write/Read
About SMC Phase

FixedDelay Property


Description

Set and return the known delay through the calibration mixer.

 VB Syntax

smc.FixedDelay = value

Variable

(Type) - Description

smc

An SMCType (object)

value

(Double) Known delay through the calibration mixer in seconds.

Return Type

Double

Default

0 seconds

Example

SMC.FixedDelay = 12e-9  'Write

value =SMC.FixedDelay   'Read

C++ Syntax

HRESULT put_FixedDelay(Double Value);

HRESULT get_FixedDelay(Double* Value);

Interface

SMCType5


Last Modified:

25-Mar-2010

MX New topic