RIGOL
2-56
VSA Programming Guide
Example
The following command enables the burst search.
:SENSe:DDEMod:SYNC:BURSt:STATe ON or :SENSe:DDEMod:SYNC:BURSt:STATe 1
The following query returns 1.
:SENSe:DDEMod:SYNC:BURSt:STATe?
[:SENSe]:DDEMod:SYNC:SLENgth
Syntax
[:SENSe]:DDEMod:SYNC:SLENgth <time>
[:SENSe]:DDEMod:SYNC:SLENgth?
Description
Sets the burst search length.
Queries the burst search length.
Parameter
Name
Type
Range
Default
<time>
Consecutive Real Number
50 us to 16.3840 ms
50 us
Return Format
The query returns the burst search length in scientific notation.
Example
The following command sets the burst search length to 200 μs.
:SENSe:DDEMod:SYNC:SLENgth 0.0002
The following query returns 2.000000000e-04.
:SENSe:DDEMod:SYNC:SLENgth?
[:SENSe]:DDEMod:SYNC:SWORd:OFFSet
Syntax
[:SENSe]:DDEMod:SYNC:SWORd:OFFSet <integer>
[:SENSe]:DDEMod:SYNC:SWORd:OFFSet?
Description
Sets the sync offset of the sync search.
Queries the sync offset of the sync search.
Parameter
Name
Type
Range
Default
<integer>
Consecutive Real Number
-2048 to 2048
0
Return Format
The query returns the sync offset in integer.
Example
The following command sets the sync offset to -3.
:SENSe:DDEMod:SYNC:SWORd:OFFSet -3
The following query returns -3.
:SENSe:DDEMod:SYNC:SWORd:OFFSet?