S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual Section 3:
S530-900-01 Rev. E / September 2017 3-53
pgu_range
This command sets the voltage range of a pulse generator channel.
Usage
istat = int pgu_range(int instr_id, double range);
The instrument identification code
The voltage range of the pulse (input);
or
Details
This command returns a 0 if executed without error; a negative number indicates an error.
Example
Sets the voltage range of the PGU2 to 20 V.
Also see
pgu_fall (on page 3-49)
pgu_period (on page 3-52)
pgu_rise (on page 3-53)
pgu_width (on page 3-57)
pgu_rise
This command sets the rise time of a pulse.
Usage
istat = int pgu_rise(int instr_id, double rise_time);
The instrument identification code
The rise time in seconds (input)
Details
This command returns a 0 if executed without error; a negative number indicates an error.
The rise time must be greater than 10 ns and less than 33 ms.
Example
Sets the pulse rise time of PGU1 to 50 ns.
Also see
pgu_fall (on page 3-49)
pgu_range (on page 3-53)
pgu_trig (on page 3-54)