Read only |
About VNA Options |
Description |
Returns the number of sources in the remote VNA. |
VB Syntax |
value = cap.SourceCount |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned number of sources. |
cap |
A Capabilities (object) |
Return Type |
Long |
Default |
Not Applicable |
Examples |
value = cap.SourceCount 'Read |
C++ Syntax |
HRESULT get_SourceCount(long * sourceCount ); |
Interface |
ICapabilities |