TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-7
Figure 8-3 Impulse VOLTage subsystem command tree
The [:VOLTage] command sets the impulse voltage. The :VOLTage? query returns the current
impulse voltage value.
Command syntax:
IVOLTage:VOLTage <value>
Where,
<value> can be NR1, NR2 or NR3 format followed by KV or V and the value must be between
100V to 5000V.
For example: WrtCmd( “IVOLT:VOLT 1000V” ); set the impulse voltage to 1000V.
Query syntax: IVOLTtage:VOLTage?
Return format: <NR1><NL^END>
The :BVOLTage command sets the start voltage, end voltage and voltage step percentage for Break
Test. The :BVOLTage? query returns the value.
Command syntax:
IVOLTage:BVOLTage <value1,value2,value3>
Where
<value1,value2> can be NR1, NR2 or NR3 format followed by KV or V and the value must be
between 100V to 5000V. <value 2> must be larger than <value1>; <value3> ranges from 1-50, it
means the set voltage step percentage from value1 to value2.
For example: WrtCmd(“IVOLT:BVOLT 1000V,3000V,4”); set the start voltage to 1000V, end
voltage to 3000V and the voltage step is 4%.
Query syntax: IVOLT:BVOLT?