Write/Read |
About SMC Phase |
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 |