Read only |
About VNA Options |
Description |
Returns the number of receivers in the remote VNA. The returned number includes both test port receivers and reference receivers. See the number of reference receivers in your VNA. |
VB Syntax |
value = cap.ReceiverCount |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned number of receivers. |
cap |
A Capabilities (object) |
Return Type |
Long |
Default |
Not Applicable |
Examples |
value = cap.ReceiverCount 'Read |
C++ Syntax |
HRESULT get_ReceiverCount(long * receiverCount ); |
Interface |
ICapabilities |