Write-Read

SlidingLoadAcquisitionBehavior Property


Description

Specifies the behavior for guided cal steps that involve a sliding load in a cal that is about to be performed.  

Send this command BEFORE sending the Initialize command

 VB Syntax

guided.SlidingLoadAcquisitionBehavior = value

Variable

(Type) - Description

guided

GuidedCalibration (object)

value

(Enum as NASlidingLoadAcquisitionBehavior) Choose from:

0 - naShowDialog - The ‘Move Sliding Load’ prompt is presented on the PNA screen.  All slide positions are measured from a single invocation of the acquire command.

1 - naMeasureSlidePosition - Each invocation of the acquire command for a sliding load step measures a single slide position and increments the slide position counter. No ‘Move Sliding Load’ prompt is presented on the PNA screen.

Return Type

Enum

Default

0 – naShowDialog

Examples

obj.SlidingLoadAcquisitionBehavior = naMeasureSlidePosition

C++ Syntax

HRESULT put_SlidingLoadAcquisitionBehavior(enum NASlidingLoadAcquisitionBehavior behavior);

HRESULT get_SlidingLoadAcquisitionBehavior(enum NASlidingLoadAcquisitionBehavior *behavior);

Interface

IGuidedCalibration10


Last Modified:

4-Dec-2012

New topic