Write/Read |
About Auto Port Extensions |
Description |
Set the start frequency for custom user span. Only applies when fixture.AutoPortExtConfig = 0 naAPEC_CSPN. |
VB Syntax |
fixture.AutoPortExtSearchStart = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
value |
(Double ) User span start value. Must be within the frequency range of the active channel and less than the value set by AutoPortExtSearchStop Property |
Return Type |
Double |
Default |
Start frequency of the current active channel. |
Examples |
fixture.AutoPortExtSearchStart = 1E9 |
value = fixture.AutoPortExtSearchStart 'Read |
|
C++ Syntax |
HRESULT get_AutoPortExtSearchStart(double *pdVal ); HRESULT put_AutoPortExtSearchStart(double dVal); |
Interface |
IFixturing2 |