-SCS Parameter Analyzer Reference Manual Section 13:
LPT library function reference
4200A-901-01 Rev. C / February 2017 13-147
pulse_output_mode
This command sets the pulse output mode of a pulse card channel.
Usage
int pulse_output_mode(int instr_id, long chan, long mode);
The instrument identification code of the pulse card, such as
or
Channel number of the pulse card:
or
Pulse output state:
• NORMAL or 0 (default)
•
or
Pulse modes
Standard
Details
When a pulse card channel is set to COMPLEMENT, the V Low and V High voltage settings are
swapped.
As shown in the following figure, when pulse is complemented, low pulse goes to the high level, and
high pulse goes to the low level.
Example
pulse_output_mode(VPU1, 1, COMPLEMENT)
Sets the output mode for pulse card channel 1 to COMPLEMENT.
Also see
None