Write/Read |
About IM Spectrum |
Description |
Sets and returns the IMD channel number to which the IM Spectrum channel is coupled. Use TrackingEnable to enable tracking. |
VB Syntax |
ims.TrackingChannel = 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 |
First existing IMD channel |
Examples |
ims.TrackingChannel = 1 'Write |
value = ims.TrackingChannel 'Read |
|
C++ Syntax |
HRESULT get_TrackingChannel(long *pVal) |
Interface |
IIMSpectrum |