Read-only |
|
Description |
Returns an array of channel numbers that are in use. A used channel has at least one measurement subscribed to it |
VB Syntax |
chanNumbers = chans.UsedChannelNumbers |
Variable |
(Type) - Description |
chanNumbers |
Variable array to store the returned channel numbers |
chans |
A Channel collection (object) |
Return Type |
One-dimensional array of long integers |
Default |
Not Applicable |
Examples |
chanNumbers = chans.UsedChannelNumbers |
C++ Syntax |
HRESULT get_UsedChannelNumbers(VARIANT* channelNumbers); |
Interface |
IChannels2 |