Commands Listed in Alphabetical Order
Group
Math
Syntax
MATHVAR?
Related Commands
M AT H VA R : VA R < x > , MATH<x>:DEFine
Returns
<NR3> are the stored numerical values.
Examples
MATHVAR? returns the values of all variables stored in locations 1 through 8.
MATHVAR:VAR<x>
This command sets or queries one of 8 different numerical values you can use
within math expressions. These values can range from -9.9e37 to 9.9e37; the
default values are 0.0. <x> specifies the location, 1 through 8, in which you can
store values. Stored math variables can be referenced within ma th expressions as
VAR1, VAR2,...VAR8.
For example, the following command defines MATH1 as the p roduct of Channel 1
and math variable 1: MATH1:DEFINE "CH1 * VAR1".
Group
Math
Syntax
MATHVAR:VAR<x> <NR3>
MATHVAR:VAR<x>?
Related Commands
MATHVAR?, MATH<x>:DEFine
Arguments
<NR3> specifies the numerical value to be stored in location x <1 through 8>.
Examples
MATHVAR:VAR3 -2.43E-5 stores the value -2.43e-5 in the third math variable
location.
MATHVAR:VAR3? might return :MATHVAR:VAR3 24.3000E-6 for the
expression stored in location 3.
DPO7000, DPO70000/B and DSA7000/B Series Programmer Manual 2-345