Write/Read
About Auto Port Extensions

AutoPortExtSearchStart Property


Description

Set the start frequency for custom user span. Only applies when fixture.AutoPortExtConfig = 0 naAPEC_CSPN.

Learn more about User Span.

 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