Schematics define all electrical connections (and some special properties) within a PCB project. Components are placed and then wires are drawn to define connections. Further detail can then be added using classes, notes, and other tags.
CONTENTS
RETURN TO HOME PAGE: Altium Designer
Workflow
Read more below:
Project Creation
At NER we have created a standard project template to set up new project with everything they need to get started. This means creating a new project is as simple as selecting the template:
Open expand for step-by-step
Schematic Page Setup
Schematic Templates
{}
Title Block Parameters
{}
Basic Components and Wires
Fundamentally, all schematics consist of component symbols and wires connecting them. The following is an intro to working with these.
Placing Components
Components should be found via the component panel. It has the best organization structure and allows you to easily filter by parameter! More depth is available at https://nerdocs.atlassian.net/wiki/spaces/NER/pages/119111681/Vault+Organization#Components-Panel, but the process is summarized below:
Open the panel via the panels button (or the components shortcut in the schematics toolbar!)
If you see this just hit the blue “Use Existing Components”
Select component type via the dropdown menu at the top of the panel
Filter results (opened via the button in the top left of the panel)
Just Click + Drag the component in or Right-click and select “Place”
Adjust component position as needed (click and drag)!
When dragging a component you can:
Spacebar
to rotateX
to mirror over X-axisY
to mirror over Y-axisTab
to pause movement and open properties
Ultimately, there are not a lot of hard requirements for schematics, but we recommend reading the rest of this page, as well as the Vault Guidelines, for best practices.
Placing Wires
Wires are quite intuitive to work with. A wire is started by hitting Ctrl + W
(or hitting the button in the toolbar) and then clicking your start point. The wire will then follow your mouse as you click in between points, eventually reaching your end point.
When placing a (or dragging an existing) wire you can:
Spacebar
to toggle pathBasically if doing an across then up it will instead do an up then across
Shift + Spacebar
to toggle route modeWill cycle through right angles, 45 degrees, and freeform angles
Tab
to pause movement and open properties
Wires form what are called “Nets.” This term comes up quite a bit in Altium and effectively just means any set of things that are supposed to be connected directly with copper.
When dragging components with connected wires, the wires will attempt to stay connected. How they behave is partially dependent on selection method. It is best to learn by playing with it, but basically inclusive selection will treat wires as stiff objects, whereas exclusive selection will only keep the selected segments rigid and the rest adaptive.
Designators (Annotation)
To manage the link between schematics, layout, and BOMs all components require unique designators. These are letter-number pairs that indicate the type of part and which instance it is within a project. Fortunately, Altium can take care of designators automatically.
Updating Designators (Annotation)
When a schematic is completely done, but doesn’t have designators you will see error lines on the components due to lack of unique designators. Adding designators in schematics is called “annotation.”
Open the annotation tool via the “Tools” menu
Toggle settings as needed in the annotation window
In most cases you will not need to change any of these!
To highlight some useful bits
Bottom left can be used to disable a few sheets
The right half summarizes changes that will be made
The “Matching Options” section is a more advanced feature used to resolve mismatches when updating designators that have already been annotated once
Click “Update Changes List”
A pop-up will appear with how many changes were made. This is just a sanity check, click “OK” if it looks ok
If the list on the right looks ok, click “Accept Changes (Create ECO)”
In the ECO, click “Execute Changes”, and then “Close”
Done!
Designating Hierarchical Documents
Read the below section to learn more about hierarchical projects. Your project is probably hierarchical if it has the green sheet symbols shown in the below schematic.
Note how in the above schematic, there are multiple .SchDoc files that are being used more than once. When this occurs components will be given a primary designator using the normal annotation process. In parenthesis will be the unique designator assigned to each component, as shown in the below screenshot.
This will work, however to meet Vault Guidelines, the unique designators should be swapped to use letters. This allows for significantly easier reading and placement of designator's once pulled into layout.
Step-by-step below:
Improving Readability
As with all design work, schematics are used express solutions to open ended problems. With no restrictions on how solutions are approached, it is very important to document your work in a way that everyone can understand! With our team size and various experience levels there is a very wide audience that must be able to comprehend your work.
Even the best engineers will forget how they did something when they come back to it months or years later, so documentation isn’t just for others!
Altium has many features targeted to improve readability of schematics as well as add further information that isn’t conveyed by electrical circuits alone. The below sections will outline a few important tools for enhancing schematics.
Additionally, check out the https://nerdocs.atlassian.net/wiki/spaces/NER/pages/118718470/Vault+Guidelines#Schematics when working on schematics. We have a handful of club-wide recommendations and requirements to setup some baseline consistency across the team.
Net Labels
Net labels serve two functions: connecting and naming. Given any existing wire in a schematic, a net label can be placed to provide a more descriptive name.
These names can be very helpful for correlating schematics to the layout, as the net names will transfer into the PCB layout. It’s recommended to keep the name short but informative.
By default, Altium will name nets without labels based on the component designators and pad numbers the net connects to. For example, NetC5_2, NetU14_6, etc.
Net labels additionally can be used to actually define nets and make new connections. Duplicate net labels can be placed and Altium will consider all wires labeled the same a single net. The above screenshot uses many labels for connections from the component on the left (IB, IA, GPIO, etc) as well as for power (VREG and GND)
Note how VREG and GND in this example have special shapes. This is a special type of label called a power port!
Net labels are frequently used for both purposes. Connections without wires are often helpful for complex schematics as well as any connections that have to otherwise traverse large portions of your page.
Check out some of NERs more complex schematics to see how we historically use net labels (anything with a microcontroller pretty much)
The https://nerdocs.atlassian.net/wiki/spaces/NER/pages/118718470/Vault+Guidelines#Schematics highlight a few suggestions regarding how to use net labels in NER projects.
How to Add Net Labels
Notes
As the name implies, notes are for adding notes to your schematic. These can cover anything from clarifying how a circuit works, including calculations proving functionality, or notation on how to place the components once in layout.
Check out the https://nerdocs.atlassian.net/wiki/spaces/NER/pages/118718470/Vault+Guidelines#Notes for more about how we do notes including color coding, numerical annotations, and more.
Hierarchical Pages
Altium allows for hierarchical designs, which primarily impact schematic design, but can also be used to improve speed of layouts for large or repetitive boards.
In summary, hierarchical design is when schematic pages are embedded inside other schematic pages. This creates a tree structure that enables benefits such as reusing pages for repetitive circuits and creating organized sections of your circuitry.
The above screenshot shows how hierarchical design was used in Shepherd BMS 17D and the below is a example from Altium of how higher sheets connect to the lower ones via “ports.”
Setting up for Hierarchy
Altium has 5 options for “Net Identifier Scope,” which essentially defines how your hierarchy will be created. This setting is found in the project options which is found by right clicking in your schematic and selecting “Project Options,” or by opening via the task bar (“Project” > “Project Options”)
These options are:
Automatic
Flat
Hierarchical
Strict Hierarchical
Global
We typically use Strict Hierarchy, which ensures that all connections between sheets must be explicitly defined with ports. You can read more about the other options here: https://www.altium.com/documentation/altium-designer/accessing-defining-managing-project-options#options
Implementing Hierarchy
Actually creating a hierarchical design is as simple as adding a sheet symbol into any schematic. From there Altium will treat your design as hierarchical according to the setting you chose above.
Step-by-step:
Tips on Hierarchy
Hiding Rooms
Check out https://nerdocs.atlassian.net/wiki/spaces/NER/pages/158073007/Altium+Reference+Tips+Troubleshooting#View-Configuration for how to hide rooms when you’re in layout.
Room Creation
By default, hierarchical sheets will each create a “component room” when pulled into PCB layout. These rooms can be moved, copied, and manipulated with all the components and copper put within them. Additionally, rules (and any other queries) can be applied on the room level.
These are generated any time changes from schematics are pushed from schematics to layout. This behavior can be turned off or modified as needed.
Hierarchical Annotations
See above https://nerdocs.atlassian.net/wiki/spaces/NER/pages/136314883/Schematic+Capture#Designating-Hierarchical-Documents for how to annotate hierarchical projects.
Easy Copying
As shown in the Shepherd screenshot at the start of this section, hierarchy can be used for repetitive circuits. This saves time not only in schematic, but also in layout thanks to rooms.
For reusing a schematic a few times, just place more sheet symbols!
For reusing a schematic many many times, see the section for repeaters: https://nerdocs.atlassian.net/wiki/spaces/NER/pages/136314883/Schematic+Capture#Hierarchical-Repeaters
Classes and Other Parameters
Beyond the basics of wires and components, there are many parameters that can be added to indicate special properties of nets and components. All of these parameters come with extra Altium features to ultimately assist in implementation of the feature in layout.
Some of the most common uses are differential pairs, high voltage isolation, routing restrictions, and impedance matching.
Official documentation: https://www.altium.com/documentation/altium-designer/specifying-design-requirements-during-design-capture
Placing Parameter Sets and Blankets
A parameter set in Altium can be placed from a few different menus, including the schematic toolbar, right clicking in schematic, or the window toolbar
Once selected, the parameter set can be placed on any wire, pin, or net label. It can then be assigned properties to actually apply to the net that it is touching (double clicking will open properties).
The following section explains a few of the options. Additionally, you can enter a display name for the parameter set and choose what properties to show on schematic.
Pairing with parameter sets are also blankets. These allow for coverage of multiple nets at once with only one parameter directive. The tool is located next to the parameter set tool in all the same contexts (via toolbars, right click, etc).
A blanket is placed by clicking once to start and a second time to set the opposite corner. Any net or component touching the blanket will have the attributes applied to it. Attributes are assigned to a blanket by adding a parameter set that is touching the boundary.
Types of Parameters
The following are the different parameters that can be applied within a parameter set:
Net Class - Used to group nets of similar type. We often use this for HV/LV distinction.
Component Class - Used to group components of a similar type.
Rules - Used to directly apply a layout rule to the net. Any normal rule can be applied. Most often used for length or width restrictions imposed by component datasheets.
Parameters - Used to assign any arbitrary parameter.
Net Classes
Creating a net class is very similar to net labels. Simply enter a name and use the same name on other objects to add them to the group.
As mentioned above, net classes are typically utilized to group nets of similar type together. Historically at NER we have used this for indicating similar potentials of nets to enable easier clearance and creepage rule development for mixed TS/GLV boards.
Another purpose is to designate nets as signal versus power, to enable stricter isolation of analog measurements or critical communications from noisy power or switching nodes.
More information about using net classes for rules is covered in https://nerdocs.atlassian.net/wiki/spaces/NER/pages/156205064/PCB+Layout+Matt+Edition#Design-Rules
Differential Pairs
Differential pairs are a feature in Altium that allows the user to tell Altium if a pair of signals should be routed differentially. If this is the case, it will apply restrictions to keep the traces impedance matched to a value of the designers choice.
“Advanced” Schematic Features
This section will encompass any features that we use frequently, but are beyond the scope of a basic introductory tutorial.
Variants
Variants are a way to indicate different manners in which a PCB may be populated with components for different use cases. For our purposes, they are generally used to indicate what components are DNP/DNI (Do Not Populate/Place/Install), which is useful in making sure that we don’t accidentally populate the wrong things when assembling boards.
Busses
{talk about busses}
Impedance Matching
{talk about setting impedance in schematic and then link to layout since thats where you really define it}
Hierarchical Repeaters
{}
{More?}
{}
RETURN TO HOME PAGE: Altium Designer