This shows you the differences between two versions of the page.
| — |
gnucap:manual:commands:temp [2015/12/11 15:39] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== "temperature" command ====== | ||
| + | |||
| + | ===== Purpose ===== | ||
| + | |||
| + | Views and sets the temperature, with SPICE compatible syntax. | ||
| + | |||
| + | ===== Syntax ===== | ||
| + | |||
| + | temperature | ||
| + | temperature value | ||
| + | |||
| + | ===== Comments ===== | ||
| + | |||
| + | With no value, it prints the temperature. | ||
| + | |||
| + | With a value, it is equivalent to “.option temperature=value”. | ||
| + | |||
| + | The real purpose of this command is Spice compatibility. | ||
| + | |||
| + | |||