Command/Query
:SENSe<Ch>:SEGMent:DATA <Value>
:SENSe<Ch>:SEGMent:DATA?
This command sets/gets the segment data for segment sweep.
Parameter |
Value |
Description |
Indicates the array data arranged in the following order (for the segment sweep table); where N is the number of segments (specified with <segm>) and n is an integer between 1 and N. Data = {<buf>,<stim>,<ifbw>,<pow>,<del>,<time>,<segm>, <star 1>,<stop 1>,<nop 1>,<ifbw 1>,<pow 1>,<del 1>,<time 1>,... , <star n>,<stop n>,<nop n>,<ifbw n>,<pow n>,<del n>,<time n>,.... , <star N>,<stop N>,<nop N>,<ifbw N>,<pow N>,<del N>,<time N>} Each parameter in the above array data is detailed below:
|
Data Type |
Variant type Array (Range) |
Preset Value |
5,0,0,0,0,0,1,100e3,100e3,2 |
<buf>,<stim>,<ifbw>,<pow>,<del>,<time>,<segm>, <star 1>,<stop 1>,<nop 1>,<ifbw 1>,<pow 1>,<del 1>,<time 1>,... , <star n>,<stop n>,<nop n>,<ifbw n>,<pow n>,<del n>,<time n>,.... , <star N>,<stop N>,<nop N>,<ifbw N>,<pow N>,<del N>,<time N><newline><^END>
Dim SegData as String
SegData = "5,0,0,0,0,0,3,0.25e6,200.25e6,401,201.25e6,801.25e6,401,810e6,3e9,201"
Ena.WriteString ":SENS1:SEGM:DATA " & SegData, True
See Analyzer Setup and Reading/Writing Error Coefficient.
Sweep Setup > Edit Segment Table
SCPI.SENSE(Ch).SEGMENT.DATA