Function introduction
AFG31000 Series Arbitrary Function Generator User's Manual 139
Component Symbol Meaning
For example: range(0,1ms) Time range sin(2*pi*x) equation
(integer
from 1 to
16,777,2
When an argument is specified, generates a random number sequence using
that argument as the initial value. If the argument is omitted, 1 is used.
For example: range(0,100 _s) rnd(2)/3
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
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()
(marker1
or
marker2)
Sets the marker for the range set with range(). After compiling, there is no
marker display, but the set marker can be verified with the waveform editor.
The mark() statement comprises an entire line. For example, when mark(1)
is input, nothing else can be input on that line.