Tektronix AFG31000 Series User Manual page 139

Arbitrary function generator
Table of Contents

Advertisement

Function introduction
Component
AFG31000 Series Arbitrary Function Generator User's Manual
Symbol
Meaning
For example: range(0,1ms) Time range sin(2*pi*x) equation
rnd
When an argument is specified, generates a random number sequence using
(integer
that argument as the initial value. If the argument is omitted, 1 is used.
from 1 to
16,777,2
For example: range(0,100 _s) rnd(2)/3
15)
diff()
Differentiates the function over the range specified
with range(). Specified with diff(). The diff() comprises an entire line.
For example: range(0,33 _s) –0.5
range(33 _s,66 _s) 0.5
range(66 _s,100 _s) –0.5
range(0,100 _s) diff()
integ()
Integrates the function over the range specified with
range(). Specified with integ(). The integ() comprises an entire line. After
integ(), specify normalization (norm()) as necessary.
For example: range(0,33 _s) –0.5
range(33 _s,66 _s) 0.5
range(66 _s,100 _s) –0.5
range(0,100 _s) integ() norm()
mark
Sets the marker for the range set with range(). After compiling, there is no
(marker1
marker display, but the set marker can be verified with the waveform editor.
or
The mark() statement comprises an entire line. For example, when mark(1)
marker2)
is input, nothing else can be input on that line.
139

Advertisement

Table of Contents
loading

Table of Contents