Write-only

GenerateSteps Method


Description

Returns the number of steps required to complete the calibration.

For an ECal User Characterization this generate steps for the ECal User Characterization process. The channel must already be calibrated using the same, or greater number of PNA ports as the ECal module. Also, the PNA ports must begin with Port 1 and use sequential port numbers.

After this command is executed, subsequent commands can be used to query the number of measurement steps, issue the acquisition commands, query the connection description strings, and subsequently complete a User Characterization calibration.

 VB Syntax

value = obj.GenerateSteps

Variable

(Type) - Description

value

(long) - Variable to store the returned number of steps

obj

Any of the following:

GuidedCalibration (object)

SMCType (object)

VMCType (object)

ECalUserCharacterizer (object)

Return Type

Long

Default

Not Applicable

Examples

value = SMC.GenerateSteps

C++ Syntax

HRESULT put_GenerateSteps(long* steps);

Interface

IGuidedCalibration

SMCType

VMCType

IECalUserCharacterizer