TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-8
Return format: <NR1>,<NR1>,<NR1><NL^END>
The :TIMPulse command sets the impulse times for testing. The :TIMPulse? query returns the
current impulse times.
Command syntax: IVOLTage:TIMPulse <number>
Where,
<number> is NR1 format ranging from 1 to 32.
For example: WrtCmd( “IVOLT: TIMPulse 3” ); set the impulse times to 3.
Query syntax: IVOLTage:TIMPulse?
Return format: <NR1><NL^END>
The :EIMPulse command sets the times of erasing impulses. The :EIMPulse? query returns the
current times of erasing impulses.
Command syntax: IVOLTage: EIMPulse <number>
Where,
<number> is NR1 format ranging from 0 to 16.
For example: WrtCmd( “IVOLT: EIMPulse 3”); set the times to 3.
Query syntax: IVOLTage:EIMPulse?
Return format: <NR1><NL^END>
The :VADJust command sets the impulse voltage adjust function to ON or OFF.
The :VADJust? query returns the current state of the impulse voltage adjust function.
Command syntax:
IVOLTage:VADJust ON
OFF
Where,
ON the impulse voltage adjust function is ON
OFF the impulse voltage adjust function is OFF
For example: WrtCmd( “IVOLT:VADJ ON” ); set the voltage adjust function to ON.
Query syntax: IVOLTage:VADJust?
Return format: <VADJ STAT><NL^END>
Where, <VADJ STAT> is as follows:
ON the impulse voltage adjust function is ON
OFF the impulse voltage adjust function is OFF