TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-9
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 data format. 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>
8.3.3 SRATE subsystem commands
The Sample RATE subsystem commands set the sample rate. Figure 8-4 shows the Sample RATE
subsystem command tree.
Figure 8-4 Sample RATE subsystem command tree
[:RATE]command sets the sample rate. [:RATE]?query returns the current sample rate.
Command syntax: SRATE[:RATE] <value>
Where,
<value> is the sampling rate parameter, available values are listed as follows:
200msa/s(200m),100msa/s, 50msa/s,25msa/s,12.5msa/s,6.25msa/s,
3.12msa/s,1.56msa/s
For example: WrtCmd( “SRATE:RATE 100msa/s” ); set the sample rate as 100msa/s.
WrtCmd( “SRATE:RATE 50msa/s” ); set the sample rate as 50msa/s.
Command syntax: SRATE[:RATE]?
Return format: <NR2 Msa/s><NL^END>