49 lines
1.5 KiB
HTML
49 lines
1.5 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>CREATING A CIRCUIT SCHEMATIC</title>
|
||
|
|
<link rel="stylesheet" type="text/css" href="xschem_man.css" />
|
||
|
|
<style type="text/css">
|
||
|
|
/* Local styling goes here */
|
||
|
|
p{padding: 15px 30px 10px;}
|
||
|
|
|
||
|
|
</style>
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<!-- start of slide -->
|
||
|
|
<div class="content">
|
||
|
|
<!-- navigation buttons -->
|
||
|
|
<a href="creating_schematic.html" class="prev">PREV</a>
|
||
|
|
<a href="xschem_man.html" class="home">UP</a>
|
||
|
|
<a href="parameters.html" class="next">NEXT</a>
|
||
|
|
<!-- slide title -->
|
||
|
|
<h1>CREATING SYMBOLS</h1><br>
|
||
|
|
<h3> creating a new symbol and schematic by cloning</h3>
|
||
|
|
<p>
|
||
|
|
A useful approach to create a new component (both symbol and schematic view) is to 'clone' it
|
||
|
|
from a similar existing component: after copying a component to a different place in the schematic,
|
||
|
|
press the edit property bindkey (<kbd>q</kbd> key) and set a new name for the symbol, set also the
|
||
|
|
<kbd>copy cell</kbd> checkbox:
|
||
|
|
</p>
|
||
|
|
<img src="symbol_generation5.png">
|
||
|
|
<p>
|
||
|
|
After pressing <kbd>OK</kbd> a copy (both schematic and symbol views) of the previously selected
|
||
|
|
component will be created. After this clone operation modifications can be made on the newly
|
||
|
|
created schematic and symbol views without affecting the original component.
|
||
|
|
</p>
|
||
|
|
<img src="symbol_generation6.png">
|
||
|
|
|
||
|
|
<p> for more info on symbols see the <a href="tutorial_create_symbol.html">Tutorial</a> </p><br>
|
||
|
|
|
||
|
|
<!-- end of slide -->
|
||
|
|
<div class="filler"></div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<!-- frame footer -->
|
||
|
|
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|