SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.THReshold.TABLe.COUNt

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.THReshold.TABLe.COUNt = Value

Value = SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.THReshold.TABLe.COUNt

Description

This command sets/gets number of threshold segments, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Number of threshold segments

Data Type

Long integer type (Long)

Range

1 ~ 20

Preset Value

1

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Long
Var= 1
SCPI.CALCulate.BB1.TRACe1.SPURious.THReshold.TABLe.COUNt = Var
Var = SCPI.CALCulate.BB1.TRACe1.SPURious.THReshold.TABLe.COUNt

Related Objects

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.OMISsion

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.OSSPur.FLISt.CLEar

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.OSSPur.FLISt.COUNt

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.OSSPur.FLISt.DATA

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.OSSPur.OMISsion

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.POWer

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.SLISt

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.THReshold.LEVel.MINimum

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.THReshold.TABLe.CLEar

SCPI.CALCulate.BB(Ch).TRACe(Tr).SPURious.THReshold.TABLe.DATA

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:BB[1-1]:TRACe[1-1]:SPURious:THReshold:TABLe:COUNt {1 ~ 20}

:CALCulate:BB[1-1]:TRACe[1-1]:SPURious:THReshold:TABLe:COUNt?

Query Response

{1 ~ 20} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:BB1:TRACe1:SPURious:THReshold:TABLe:COUNt 1 "
20 OUTPUT 717;":CALCulate:BB1:TRACe1:SPURious:THReshold:TABLe:COUNt ?"
30 ENTER 717;A