Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:start [2023/06/25 15:14] – [Generic configuration settings] rajit | config:start [2025/03/25 10:32] (current) – [Generic configuration settings] rajit | ||
---|---|---|---|
Line 113: | Line 113: | ||
end | end | ||
</ | </ | ||
- | If the mangle character needs to be changed, then a different character can be set by modifying the '' | + | If the mangle character needs to be changed, then a different character can be set by modifying the '' |
< | < | ||
Line 152: | Line 152: | ||
would use '' | would use '' | ||
+ | ACT also has support for generic two-terminal devices. The standard configuration option uses this to support capacitors. | ||
+ | < | ||
+ | begin act | ||
+ | string_table prs_device " | ||
+ | end | ||
+ | </ | ||
+ | This permits you to write: | ||
+ | The first flavor in the list ('' | ||
+ | < | ||
+ | prs { | ||
+ | cap (in,GND) | ||
+ | | ||
+ | } | ||
+ | </ | ||
+ | These are capacitors, the first one being a unit capacitor while the second is 10 units (5 x 2) in size. | ||
==== Specification directives ==== | ==== Specification directives ==== | ||