®
Remote commands
R&S
FPL1000
Setting basic spectrum RF measurement parameters
//Includes all frames in the memory in the search area
CALC:MARK1:SGR:FRAM -1s
//Sets marker 1 to the frame 1 second after measurement begin. (Note the
//negative value!
CALC:MARK1:MIN
//Sets marker 1 to the minimum level in this frame.
CALC:MARK1:SGR:Y:MIN
//Sets marker 1 to the minimum level for the same frequency the marker is
//currently positioned at in all frames.
CALC:MARK2:SGR:XY:MAX
//Sets marker 2 to the maximum level in the entire spectrogram.
CALC:DELT1:SGR:FRAM 3s
//Sets the deltamarker 1 to the frame captured 3 seconds after marker 1. By default
//it is set to the peak of that frame and displays the level difference to marker 1.
//Note the positive value!
CALC:DELT1:MIN
//Sets deltamarker 1 to the minimum level in this frame.
CALC:DELT3:SGR:XY:MAX
//Sets deltamarker 3 to the maximum level in the entire spectrogram. By default
//its value is the difference to marker 1. We will change it to refer to marker 2.
CALC:DELT3:MREF 2
//Deltamarker 3 now refers to marker 2, both are positioned on the maximum of the
//spectrogram. Thus, D3=0. We will move deltamarker 3 to the next peak level
//for the same frequency.
CALC:DELT3:SGR:Y:MAX:NEXT
//---------------Retrieving Results----------------------
CALC:MARK1:X?
CALC:MARK1:Y?
CALC:MARK1:SGR:FRAM?
//Queries the frequency (x), level (y) and frame values of marker 1.
CALC:MARK2:X?
CALC:MARK2:Y?
CALC:MARK2:SGR:FRAM?
//Queries the frequency (x), level (y) and frame values of marker 2.
CALC:DELT1:X?
CALC:DELT1:Y?
CALC:DELT1:SGR:FRAM?
//Queries the frequency (x), level (y) and frame values of deltamarker 1.
CALC:DELT3:X?
CALC:DELT3:Y?
CALC:DELT3:SGR:FRAM?
//Queries the frequency (x), level (y) and frame values of deltamarker 3.
Manuel d'utilisation 1179.5860.09 - 12
842
842