SCPI.CALCulate.TR(Ch).TRACe(Tr).LINE.A

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.TR(Ch).TRACe(Tr).LINE.A = Value

Value = SCPI.CALCulate.TR(Ch).TRACe(Tr).LINE.A

Description

This command sets/gets Parameter 'A' as line (Y = AX + B), for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Parameter 'A' in line (Y = AX + B)

Data Type

Double precision floating point type (Double)

Range

-500T ~ 500T

Preset Value

0

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= -5000000000000
SCPI.CALCulate.TR1.TRACe4.LINE.A = Var
Var = SCPI.CALCulate.TR1.TRACe4.LINE.A

Related Objects

SCPI.CALCulate.TR(Ch).TRACe(Tr).LINE.A

SCPI.CALCulate.TR(Ch).TRACe(Tr).LINE.B

SCPI.CALCulate.TR(Ch).TRACe(Tr).LINE.MEMory

Equivalent Key

TR Menu: Trace View > Memory Trace > Line (Y = AX + B) > A

Equivalent SCPI Command

Syntax

:CALCulate:TR[1-1]:TRACe[1-8]:LINE:A {-500T ~ 500T}

:CALCulate:TR[1-1]:TRACe[1-8]:LINE:A?

Query Response

{-500T ~ 500T} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:TR1:TRACe4:LINE:A -5000000000000"
20 OUTPUT 717;":CALCulate:TR1:TRACe4:LINE:A ?"
30 ENTER 717;A