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