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