SCPI Command
SENSe<Ch>:SWEep:REVerse[:STATe] {OFF|ON|0|1}
SENSe<Ch>:SWEep:REVerse[:STATe]?
Sets or reads out the ON/OFF status of the reverse sweep function. In normal sweep mode, the start frequency is less than the stop frequency. If reverse sweep mode is enabled, the stop frequency is less than the start frequency. |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|...16}
{ON|1} |
Reverse sweep mode |
{OFF|0} |
Normal sweep mode |
{0|1}
0
Stimulus > Reverse Sweep {ON/OFF}
Equivalent COM Command
SCPI.SENSe(Ch).SWEep.REVerse.STATe
Status = app.SCPI.SENSe(Ch).SWEep.REVerse.STATe
app.SCPI.SENSe(Ch).SWep.REVerse.STATe = True
Boolean (read/write)
Back to SENSe
Back to Command Finder