Write/Read
About IM Spectrum

TrackingStepIndex Property


Description

When TrackingManualStepEnable = True (Manual step), sets and returns the data point number at which the IM spectrum measurement occurs.

 VB Syntax

ims.TrackingStepIndex = value

Variable

(Type) - Description

ims

An IMSpectrum Object

value

(Integer) Existing IMD channel number to which frequency and power settings are coupled.

Return Type

Long Integer

Default

1

Examples

ims.TrackingStepIndex = 50 'Write

value = ims.TrackingStepIndex 'Read

C++ Syntax

HRESULT get_TrackingStepIndex(long *pVal)
HRESULT put_TrackingStepIndex(long newVal)

Interface

IIMSpectrum