Property (Read-Write)
SCPI.CALCulate.FP(Ch).TRACe(Tr).LINE.B = Value
Value = SCPI.CALCulate.FP(Ch).TRACe(Tr).LINE.B
This command sets/gets Parameter 'B' as line (Y = AX + B), for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Parameter 'B' 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 |
- |
Dim Var as Double
Var= -5000000000000
SCPI.CALCulate.FP1.TRACe4.LINE.B = Var
Var = SCPI.CALCulate.FP1.TRACe4.LINE.B
SCPI.CALCulate.FP(Ch).TRACe(Tr).LINE.A
SCPI.CALCulate.FP(Ch).TRACe(Tr).LINE.MEMory
FP Menu: Trace View > Memory Trace > Line (Y = AX + B) > B
:CALCulate:FP[1-1]:TRACe[1-4]:LINE:B {-500T ~ 500T}
:CALCulate:FP[1-1]:TRACe[1-4]:LINE:B?
{-500T ~ 500T} <newline><^END>
10 OUTPUT 717;":CALCulate:FP1:TRACe4:LINE:B -5000000000000"
20 OUTPUT 717;":CALCulate:FP1:TRACe4:LINE:B ?"
30 ENTER 717;A