SCPI.DISPlay.BB(Ch).STATe

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.BB(Ch).STATe = Value

Value = SCPI.DISPlay.BB(Ch).STATe

Description

This command sets/gets measurement display on/off. At least one measurement window must be turned on., for the selected channel Ch.

Variable

Parameter

   Value

Description

Measurement display (On/Off)

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

ON

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

60, "Failed to hide window" 100, "Option not installed"

Examples

Dim Var as Boolean
Var= 1
SCPI.DISPlay.BB1.STATe = Var
Var = SCPI.DISPlay.BB1.STATe

Equivalent Key

PN Menu: Measurement View > Show Window > Baseband Noise

SP Menu: Measurement View > Show Window > Baseband Noise

FP Menu: Measurement View > Show Window > Baseband Noise

TR Menu: Measurement View > Show Window > Baseband Noise

AM Menu: Measurement View > Show Window > Baseband Noise

BB Menu: Measurement View > Show Window > Baseband Noise

USER Menu: Measurement View > Show Window > Baseband Noise

Equivalent SCPI Command

Syntax

:DISPlay:BB[1-1]:STATe {ON|OFF|1|0}

:DISPlay:BB[1-1]:STATe?

Query Response

{ON|OFF|1|0} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:BB1:STATe 1"
20 OUTPUT 717;":DISPlay:BB1:STATe ?"
30 ENTER 717;A