Read only |
About VNA Options |
Description |
Returns the maximum possible number of channels that can be used in the VNA. |
 VB Syntax |
value = cap.MaximumNumberOfChannels |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned maximum value for number of channels. |
cap |
A Capabilities (object) |
Return Type |
Long |
Default |
Not Applicable |
Examples |
value = cap.MaximumNumberOfChannels 'Read |
C++ Syntax |
HRESULT get_MaximumNumberOfChannels(long * Â maximumNumberOfChans ); |
Interface |
ICapabilities2 |