Write/Read | 
About Port Extensions | 
Description | 
 Sets the velocity factor to be used with Electrical Delay, Port Extensions, and Time Domain marker distance calculations.  | 
VB Syntax | 
 app.VelocityFactor = value  | 
Variable | 
(Type) - Description | 
| 
 app  | 
 An Application (object)  | 
| 
 value  | 
 (double) - Velocity factor. Choose a number between: 0 and 10  | 
Return Type | 
 Double  | 
Default | 
 1  | 
Examples | 
 app.VelocityFactor = .66 'Write  | 
| 
 RelVel = app.VelocityFactor 'Read  | 
|
C++ Syntax | 
 HRESULT get_VelocityFactor(double *pVal)  | 
Interface | 
 IApplication  |