Var

Variable Block - control of the simulation sweep:

Figure: Diagram block


Figure: Dialog box


variable expression syntax:

nominal value ,

RANGE | RANGE_LOG (Min_value, Max_value, nb_of_points)

LIST (value1, .., valueN) | RANGE_LIST ( Min_range1, Max_range1, Nb_pts1,..., Min_rangeP, Max_rangeP, Nb_ptsP)

FILE_LIST (File1,..,FileN) ,

SWEEP = nested_sweep_order

Examples:

WIDTH = 10.0, RANGE (1.0, 30., 10), SWEEP=1

FREQ = 5.0, RANGE_LOG (1.0, 20.0, 40), SWEEP = 3

PIN_DBM = -1.0, LIST (-10, -5, -3, -1., 0, 2), SWEEP = 2

FILES = file.0.dat, FILE_LIST (file.0.dat, file.1.dat, file.2.dat)