5-312
IM DLM4038-17EN
:WAVeform:RECord? MINimum
Function
Queries the minimum record number of the
source channel.
Syntax
:WAVeform:RECord? MINimum
Example
:WAVEFORM:RECORD? MINIMUM
-> :WAVEFORM:RECORD −49999
:WAVeform:SEND?
Function
Queries the waveform data specified by the
:WAVeform:TRACe
command.
Syntax
:WAVeform:SEND? [<NRf>]
<NRf> = 1 to 50000
The range of values varies depending on the
record length.
Example
:WAVEFORM:SEND?
-> #8
(number of bytes, 8 digits) (data byte
sequence) or <NRf>,<NRf>,...
Description • The output format for
:WAVeform:SEND?
varies depending on the
:WAVeform:FORMat
setting
.
(1) If ASCii is specified, the DLM4000 returns the
data in this format:<Voltage>, <Voltage>, ...
<Voltage>
(2) If BYTE or WORD is specified, the DLM4000
returns the data in the <Block data> format.
The data can be converted using the following
equation.
Voltage (computed value) = (Range x data /
division*) + offset
* BYTE:Division = 12.5
WORD:Division = 3200
(3) If RBYTe is specified, the DLM4000 returns the
data in the <Block data> format. The data can
be converted using the following equation.
Voltage (computed value) = (Range x (data –
position) /division*) + offset
* Division = 25
Position = The return value of
:WAVeform:POSition?
• <NRf> can be omitted. If you specify <NRf>,
waveform data is queried <NRf> times in order
starting from the record located at the record
number specified by
:WAVeform:RECord
–
<NRf>.
• If
:CHANnel<x>:LSCale:MODE
is set to ON,
linear scaling is possible with the following
equation.
Linearly scaled value = voltage (computed
value) × scaling coefficient A* + offset value B*
* Scaling coefficient A = the return value of
:CHANnel<x>:LSCale:AVALue?
Offset value B = the return value of
:CHANnel<x>:LSCale:BVALue?
:WAVeform:SIGN?
Function
Queries whether or not signs are included in the
binary data of the source waveform specified by
:WAVeform:TRACe
when the data is queried.
Syntax
:WAVeform:SIGN?
Example
:WAVEFORM:SIGN?
-> :WAVEFORM:SIGN 1
:WAVeform:SRATe? (Sample RATE)
Function
Queries the sample rate of the record specified
by the
:WAVeform:RECord
command.
Syntax
:WAVeform:SRATe?
Example
:WAVEFORM:SRATE?
-> :WAVEFORM:SRATE 1.25E+09
:WAVeform:STARt
Function
Sets or queries which point will be used as the
first data value for the waveform specified by
:WAVeform:TRACe
.
Syntax
:WAVeform:STARt {<NRf>}
:WAVeform:STARt?
<NRf> = 0 to 249999999
Example
:WAVEFORM:START 0
:WAVEFORM:START?
-> :WAVEFORM:START 0
:WAVeform:TRACe
Function
Sets or queries the waveform that
WAVeform
commands will be applied to.
Syntax
:WAVeform:TRACe {<NRf>|MATH<x>|
PODA_PODB|PODL}
<NRf> = 1 to 8
<x> = 1 to 4
Example
:WAVEFORM:TRACE 1
:WAVEFORM:TRACE?
-> :WAVEFORM:TRACE 1
:WAVeform:TRIGger?
Function
Queries the trigger position of the record specified
by the
:WAVeform:RECord command
.
Syntax
:WAVeform:TRIGger?
Example
:WAVEFORM:TRIGGER?
-> :WAVEFORM:TRIGGER 6250
Description Queries the number of points from the beginning
of the record to the trigger position.
:WAVeform:TYPE?
Function
Queries the acquisition mode of the waveform
specified by the
:WAVeform:TRACe command
.
Syntax
:WAVeform:TYPE?
Example
:WAVEFORM:TYPE?
-> :WAVEFORM:TYPE NORMAL
5.35 WAVeform Group