Read-only

 

GetStepDescription Method


Description

Returns the description of the specified step in the calibration process. For an ECal User Characterization this returns the description of the specified step in the ECal User Characterization process.

 VB Syntax

value = obj.GetStepDescription (n)

Variable

(Type) - Description

value

(string) - Variable to store the returned number of steps.

obj

Any of the following:

GuidedCalibration (object)

SMCType (object)

VMCType (object)

ECalUserCharacterizer (object)

n

(Long) Step in the process.

Use GenerateSteps to determine the total number of steps.

Return Type

String

Default

Not Applicable

Examples

value = SMC.GetStepDescription(5)

C++ Syntax

HRESULT get_GetStepDescription(long step, BSTR* str);

Interface

IGuidedCalibration

SMCType

VMCType

IECalUserCharacterizer