TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-8
Query syntax: IVOLTage:TIMPulse
?
Return format: <NR1><NL^END>
The :EIMPulse command the times of erasing impulses for testing. 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 auto adjust function to ON or OFF.
The :VADJust? query returns the current state of the impulse auto adjust function.
Command syntax:
ON
IVOLTage:VADJust
OFF
Where,
ON
When the function is ON
OFF When the function is OFF
For example: WrtCmd( “IVOLT:VADJ OFF” ); turn off the voltage auto adjust function.
Query syntax: IVOLTage:VADJust?
Return format:
Off
<NL^END>
On
The :DTIME command sets the delay time between two tests in the INT test mode. The :DTIME
?
query returns the current delay time.
Command syntax: IVOLTage:DTIME <value>
Where,
<value> can be NR1, NR2 or NR3 format followed by s or ms. The set delay time ranges from 0.1s
to 99.9s.
For example: WrtCmd( “IVOLT:DTIME 50.1s” ); set the delay time to 50.1s.
Command syntax: IVOLTage:DTIME
?
Return format: <NR3><NL^END>