Write/Read |
About Electrical Delay |
Description |
Sets the Electrical Delay for the active channel. |
VB Syntax |
meas.ElectricalDelay = value |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
value |
(double) - Electrical Delay in seconds. Choose any number between -9.99 and 9.99 |
Return Type |
Double |
Default |
0 |
Examples |
meas.ElectricalDelay = 1e-3 'Write |
edelay = meas.ElectricalDelay 'Read |
|
C++ Syntax |
HRESULT get_ElectricalDelay(double *pVal) |
Interface |
IMeasurement |