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