Write/Read |
About VNA-Pulse Generators |
Description |
Turns pulse4 output ON and OFF. Enable pulse4 to use an oscilloscope connected to pin 13 of the PULSE I/O connector on the rear panel of the VNA to display when the ADC is making measurements. |
VB Syntax |
pulse.Pulse4OutAsADCActivity = value |
Variable |
(Type) - Description |
pulse |
A PulseGenerator (object) |
value |
(Boolean) Choose from: ON (or 1) - Pulse 4 output pin indicates ADC activity. OFF (or 0) - Pulse 4 output pin indicates legacy behavior (pulse generator number 4 output). |
Return Type |
Boolean |
Default |
False |
Examples |
pulse.Pulse4OutAsADCActivity = True 'Write |
bool = pulse.Pulse4OutAsADCActivity 'Read |
|
C++ Syntax |
HRESULT get_Pulse4OutAsADCActivity(VARIANT_BOOL* ADCActivity);. HRESULT put_Pulse4OutAsADCActivit (VARIANT_BOOL ADCActivity); |
Interface |
IPulseGenerator5 |