Property (Read-Write)
SCPI.CALCulate(Ch).SELected.BLIMit.STATe = Status
Status = SCPI.CALCulate(Ch).SELected.BLIMit.STATe
This command turns ON/OFF the bandwidth test function, for the active trace of selected channel (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command).
Parameter |
Status |
Description |
ON/OFF the bandwidth test function. |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim BLimTest As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.BLIMit.STATe = True
BLimTest = SCPI.CALCulate(1).SELected.BLIMit.STATe
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.BLIMit.DB
SCPI.CALCulate(Ch).SELected.BLIMit.DISPlay.MARKer
SCPI.CALCulate(Ch).SELected.BLIMit.DISPlay.VALue
SCPI.CALCulate(Ch).SELected.BLIMit.FAIL
SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum
SCPI.CALCulate(Ch).SELected.BLIMit.MINimum
SCPI.CALCulate(Ch).SELected.BLIMit.REPort.DATA
Analysis > Bandwidth Limit > BW Test
:CALCulate{[1]-4}[:SELected]:BLIMit[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:BLIMit[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:BLIM ON"
20 OUTPUT 717;":CALC1:BLIM?"
30 ENTER 717;A