File: variables.html

package info (click to toggle)
vipec 3.0.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,648 kB
  • ctags: 1,899
  • sloc: cpp: 13,609; makefile: 93; perl: 36; ansic: 20; sh: 6
file content (18 lines) | stat: -rw-r--r-- 855 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h1><b>Using variables</b></h1>
<hr><p><br>
Variables can be used as attribute values for circuit components. This allows
you to update common attribute values for the whole circuit in one go. To add
a new variable, right click on the <i>Variable</i> item in the navigation
window. This will allow you to define a new variable. To edit, rename or remove
an existing variable, right click on the variable name.
<p>
You can also define range variables, which are used for tuning the circuit. To
define a variable as a range variable, the value of the variable must be in the
format "min value":"current value":"max value", for example:
<p>
<blockquote><b>10:50:100</b></blockquote>
<p>This will define the variable with a minimum value of 10, a current value of
50, and a maximum value of 100.
<p><br>
<hr>
ViPEC Development team (<b>vipec@netfold.com</b>)