SCPI.CALCulate.BB(Ch).TRACe(Tr).MATH.FUNCtion

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.BB(Ch).TRACe(Tr).MATH.FUNCtion = Value

Value = SCPI.CALCulate.BB(Ch).TRACe(Tr).MATH.FUNCtion

Description

This command sets/gets math operation type, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Math function operation

Data Type

Character string type (String)

Range

NORMal|SUBTract|DIVide|ADD|MULTiply|USER

Preset Value

NORMal

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "NORMal"
SCPI.CALCulate.BB1.TRACe1.MATH.FUNCtion = Var
Var = SCPI.CALCulate.BB1.TRACe1.MATH.FUNCtion

Related Objects

SCPI.CALCulate.BB(Ch).TRACe(Tr).MATH.MEMorize

SCPI.CALCulate.BB(Ch).TRACe(Tr).MATH.OFFSet

Equivalent Key

BB Menu: Trace View > Data Math

Equivalent SCPI Command

Syntax

:CALCulate:BB[1-1]:TRACe[1-1]:MATH:FUNCtion {NORMal|SUBTract|DIVide|ADD|MULTiply|USER}

:CALCulate:BB[1-1]:TRACe[1-1]:MATH:FUNCtion?

Query Response

{NORMal|SUBTract|DIVide|ADD|MULTiply|USER} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:BB1:TRACe1:MATH:FUNCtion NORMal"
20 OUTPUT 717;":CALCulate:BB1:TRACe1:MATH:FUNCtion ?"
30 ENTER 717;A$