SCPI.SENSe.BB(Ch).FREQuency.STOP

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.BB(Ch).FREQuency.STOP = Value

Value = SCPI.SENSe.BB(Ch).FREQuency.STOP

Description

This command sets/gets stop frequency, for the selected channel Ch.

Variable

Parameter

   Value

Description

Stop frequency

Data Type

Double precision floating point type (Double)

Range

100k|1M|5M|10M|20M|40M|100M

Preset Value

10M

Unit

Hz

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 100000
SCPI.SENSe.BB1.FREQuency.STOP = Var
Var = SCPI.SENSe.BB1.FREQuency.STOP

Related Objects

SCPI.SENSe.BB(Ch).FREQuency.STARt

Equivalent Key

BB Menu: Stop > 100kHz

BB Menu: Stop > 1MHz

BB Menu: Stop > 5MHz

BB Menu: Stop > 10MHz

BB Menu: Stop > 20MHz

BB Menu: Stop > 40MHz

BB Menu: Stop > 100MHz

BB Menu: Marker To > Marker > Stop

Equivalent SCPI Command

Syntax

:SENSe:BB[1-1]:FREQuency:STOP {100k|1M|5M|10M|20M|40M|100M}

:SENSe:BB[1-1]:FREQuency:STOP?

Query Response

{100k|1M|5M|10M|20M|40M|100M} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:BB1:FREQuency:STOP 100000"
20 OUTPUT 717;":SENSe:BB1:FREQuency:STOP ?"
30 ENTER 717;A