Schematic Inspector Panel. Contents

Size: px
Start display at page:

Download "Schematic Inspector Panel. Contents"

Transcription

1 Schematic Inspector Panel Contents

2 Function Content and Use Defining Panel Display Scope Inspecting Object Attributes Kind Notes See Also Design Graphical Object Specific Editing Object Attributes Editing Attributes with Numeric Values Modification Using an Expression Batch Replacement of String-based Attributes Smart Editing of String-based Attributes Batch Replace Tab Formula Tab Editing/Adding Parameters

3

4 Function The SCH Inspector panel enables you to interrogate and edit the properties of one or more design objects in the

5 active schematic document (or all open schematic documents). Used in conjunction with appropriate filtering, the panel can be used to make changes to multiple objects of the same kind, from one convenient location. Content and Use The panel is divided into two main regions: filtering controls to define which objects are displayed in the panel (display scope) sections of attributes for objects falling under the defined display scope. Defining Panel Display Scope You may have a large quantity of objects selected in the workspace that are of differing type. Out of all such objects, you may wish to edit the properties of certain object types only, without losing or having to alter your selection. This can be achieved using the underlined controls at the top of the panel, to essentially define a 'display scope' for the panel: The left-hand underlined control allows you to control the type of objects that can be displayed. Clicking on the control will reveal a selection pop-up. Use the pop-up to choose which object types you wish to include in the panel for display and editing - either all objects or specific objects. To choose one or more specific object types, enable the Display only option and then enable the check box next to the required object(s) in the list beneath. The list will only contain those object types currently selected in the main workspace. When enabling specific object types for display, the control will reflect the choice by listing the enabled types, separated by commas. Note: If you have enabled display filtering by one or more object types, a control will appear at the bottom right corner of the panel, allowing you to quickly toggle between display of all objects ( the Display Only option ( ). Click on the right-hand underlined control to choose from the following options: ) and only those specified by current document - only display target objects from the active schematic document in the design editor window all open documents - display target objects from all open schematic documents, irrespective of the parent project they belong to

6 open documents of the same project - display target objects from all open schematic documents that are source documents of the same parent project Note: With respect to the last two options for this control, schematic documents that are open, but hidden, will not be considered when displaying objects. Inspecting Object Attributes Clicking on a single object in the design editor window will select the object and display attributes associated to it in the SCH Inspector panel. Information is displayed under the following common collapsible sections: Kind This section of the panel contains one entry only, relating to the kind of design object that is being 'inspected'. For example, clicking on a component will display the entry Part, clicking on a component designator will display the entry Designator, and so on. Design This section of the panel also contains one entry only, relating to the owner document upon which the object has been placed. Graphical This section of the panel contains graphical attributes of the selected object. Attributes here may include the location of the object, its orientation and colors used in its display. Object Specific This section of the panel contains attributes specific to the object being inspected and which are not graphical attributes. For example, selecting a component will display the following attributes that are specific to a component: Description Lock Designator Lock Part ID Pins Locked File Name Configuration Library Library Reference Component Designator Current Part Part Comment Current Footprint Component Type Other selected objects will have different attributes displayed. For example, selecting a port object will display attributes including Name and IO Type. Editing Object Attributes

7 You can edit attributes of a selected object, by editing the relevant entry in the panel. The change will take effect once you click outside of the field you are editing. This is one of the advantages of using the panel to edit object properties - the panel will remain open, allowing you to change attribute after attribute, as needed, without having to close and reopen a properties dialog each time. If the object you are inspecting has child objects associated with it, they will appear in blue in the Object Specific section (rather like a hyperlink). Click on these entries to display the attributes pertaining specifically to these child objects. For each child object, a link will be available back to the parent (owner) object. Another advantage of using the panel for editing is that you can edit multiple objects from the one place, without having to edit, through dialogs, one object at a time. Selected objects can be of the same or differing type. Those attributes that are common to all objects in the selection will be displayed in the panel. Common attributes that have differing values between objects will be displayed as <...>. Edit the attributes as required - the changes made will be conveyed instantly to each object in the selection. By using filtering, you can apply a query (an expression for the filter) to target a specific group of objects in the design and then use the SCH Inspector panel to edit the attributes for these multiple objects, directly. Editing Attributes with Numeric Values For a numerical-based attribute of a selected object, the simplest modification to that attribute's value is made by typing a new value to replace the existing one. The plus and minus operators can be used to specify the value's sign. A value entered without a specified sign is assumed to be positive. Therefore entering 20 is the same as

8 entering +20. You can enter specific units of measurement for a value entered. The software will convert the value into the current units defined for the document. If no units are specified, the default units set for the document will be used. Modification Using an Expression More advanced modification can be achieved by using an arithmetic expression. Simply select the entry for the attribute you wish to modify and type the expression that will be used to modify its value. You can enter any arithmetic expression, using any built-in arithmetic operators and functions (found in Pascal). If you wish to use the current value for the attribute as part of the expression, you will need to make reference to this original value, either by using the full name of the attribute, or by using the exclamation character (the supported substitute for the name of the attribute currently being modified). If you wish, you may use any other attribute field name in an expression. When using attribute names, if any names contain spaces, these must be replaced by the underscore character. To illustrate an example of using a simple expression, consider a component pin, the Length attribute of which is currently 30. If you wanted to extend this length to 45, you could enter the expression: Length + 15 or, in shortened form:! + 15 Note that the spaces are optional. When you press ENTER, the value will be updated to 45. If instead you want to shorten the pin to a length of 20, you could use the subtraction operator, as illustrated by the following expressions: Length - 10! - 10 To illustrate use of a function, the previous expression could be re-written as:! - sqrt(100) the result would be the same - a length of 20. By using the attribute's name (or substitution character (!)) the previous expressions add to or subtract from the current value for the attribute. Without such entries in the expression, you would be setting the attribute's value to the evaluated result of the expression. For example, if the attribute name or substitution character had been left out of the previous expressions, the resulting pin length would have been 15 and -10 respectively. Again, you can enter specific units of measurement for a value entered into an expression. The software will convert the value into the current units defined for the document. If no units are specified, the default units set for the document will be used. By selecting multiple objects in the workspace, you can change numerical attributes simultaneously using an expression. For example, you may want to adjust the length of a series of component pins, or shift components vertically or horizontally by a specific distance. Batch Replacement of String-based Attributes There are times when you may want to modify a string-based attribute that is common to multiple selected objects in the workspace. For example you may wish to rename selected data bus net label objects from D1, D2, D3, etc, to Data1, Data2, Data3, etc. To perform this type of batch replacement, the use of string substitution syntax is supported in the panel. A string substitution entry is enclosed in braces and has the form: {oldstring=newstring} An entry of this form causes all occurrences of oldstring found in the attribute's value to be replaced with newstring. In the case of the data bus net labels, you would enter {D=Data} in the value field for the Text attribute.

9 Should you wish to replace multiple, differing string portions in the same target string, type multiple substitution entries, each enclosed in its own set of curly braces. For example, consider the following net labels, associated to the output wiring of a WB_PRTIO component, configured to have four, 8-bit I/O ports: XPort8A_Out[7..0] XPort8B_Out[7..0] XPort8C_Out[7..0] XPort8D_Out[7..0] Now consider having placed a second WB_PRTIO component, configured to have four, 32-bit I/O ports. Instead of placing individual net labels of a similar fashion on each output wire of each port in this second device, you could select all four of the above net labels, copy them, paste them onto the corresponding wires of the new port device and then rename them. It is in this last operation that batch string substitution comes into play. If the intended format of the new net labels is to be YPort32x_Out[31..0], where x represents the port (A, B, C or D), then you could select the four net labels, access the SCH Inspector panel and enter the following into the value field for the Text attribute: {X=Y}{8=32}{7=31} The software takes this entry and effectively performs a batch substitution - substituting for the first expression, then the second, and so on. Smart Editing of String-based Attributes The SCH Inspector panel offers further support for string modification through its Smart Edit feature. Simply click on a shared attribute of the selected objects, whose value is a string. A... button will become available at the far right of the cell. Click on this button to access the Smart Edit dialog.

10 The dialog offers two methods for performing string modification, accessed from the Batch Replace and Formula ta bs respectively. Batch Replace Tab This tab provides simple straightforward substitution, along the lines of the string substitution discussed previously (but without having to enter the curly braces). Click inside the From field and enter the portion of the current string that you wish to replace. Then click inside the To field and enter the string to be used as the replacement. The familiar string substitution syntax is displayed at the bottom of the tab. For example consider pins of a component that have the prefix B, but you need to change them to have prefix A instead. In this case, select the pins, click on the Pin Designator attribute in the panel and access the Smart Edit di alog. Then on the Batch Replace tab, enter B in the From field and A in the To field (the replacement string is therefore {B=A}). After clicking OK, the pin designators on the schematic will be modified accordingly. As with basic string substitution, the Batch Replace tab provides for replacement of multiple, differing string portions in the same target string. Enter the various substitutions as distinct From-To entries. Consider the previous WB_PRTIO example (see Batch Replacement of String-Based Attributes), where strings of the form XPort8x_Out[7..0] need to be changed to YPort32x_Out[31..0]. In this case, you would enter three distinct substitution entries on the Batch Replace tab, as illustrated in the image:

11 Formula Tab This tab provides for more advanced modification, allowing you to apply a specific expression to the selected string objects. The expression can include any built-in arithmetic operators and functions that apply to strings (found in Pascal). Once again, if you wish to use the current value for the attribute as part of the expression, you will need to make reference to this original value, either by using the full name of the attribute, or by using the exclamation character (the supported substitute for the name of the attribute currently being modified). When using attribute names, if any names contain spaces, these must be replaced by the underscore character. So, for example, use of the Pin Designator field within a formula should be entered as Pin_Designator. Consider for example three selected memory components specified in a design, with designators U1, U3 and U5. You might want to extend the designators of these components by including some indication of their role. Using the addition operator, you could write an expression to add to the existing string value of the Component Designator at tribute. This would take the existing (original) string value and concatenate it with a specified new string, as illustrated below: Component_Designator + '_MEM' or, in shortened form:! + '_MEM' Note that the spaces are optional. When you press ENTER, the designators of the components will be updated to U1_MEM, U3_MEM and U5_MEM respectively. To illustrate the use of string-based functions consider the Copy function, which can be used to take a portion of an original string and place it within an expression to create a new string. Take again the WB_PRTIO example (see Batch Replacement of String-Based Attributes), where strings of the form XPort8x_Out[7..0] need to be changed to YPort32x_Out[31..0]. In this case you could select the four net labels, access the Smart Edit dialog for the Text attri bute and write the following expression on the Formula tab: 'Y' + Copy(Text,2,4) + '32' + Copy(Text,7,6) + '31..0]' or, in shortened form: 'Y' + Copy(!,2,4) + '32' + Copy(!,7,6) + '31..0]' The format of the Copy function is Copy(AttributeName, StartIndex, Length). Attrib utename is the full name of the string-based attribute you wish to copy, as it appears in the panel. If it is the attribute currently being modified, the short-form substitute character! can be used. StartIndex is the position within the string at which to start the copy. Length determines how many characters of the string, starting from and including the StartIndex, are to be copied. As an example, let's consider the Display Name attribute for a particular pin of a component is MEMDATA_I. In the panel, this attribute is referred to as Name. So use of the Copy function might be Copy(Name,4,6), the AttributeName is Name. The StartIndex of 4 mea ns fourth character in the string from the left, so ' D'. And the Length of 6 means copying six characters starting with that ' D'. The result of the function is therefore DATA_I. Editing/Adding Parameters For an object to which parameters can be 'attached', an additional section is displayed in the panel -. Parameters For a single selected object, this section lists all of the parameters currently defined for that object. For multiple selected objects, the section displays only those parameters that are common to all objects in the selection. The following objects can have parameters associated to them:

12 Part Pin Port Sheet Symbol Parameter Set Net Class Directive PCB Layout Directive Probe Directive Stimulus Directive Test Vector Index Directive Click on the hyperlink for a parameter name to display and edit the properties for that parameter directly from within the panel. Click on the Owner link to go back to editing the parent object to which the parameter belongs. Note: When editing multiple objects possessing the same parameter, you can switch between editing the parameter properties (which will be applied to all instances of the parameter in the selection) and the properties of the parent objects, without losing the selection. You can add any number of user-defined parameters from within this section of the panel. With respect to components, this allows you to define anything from component ratings, to stock information, to purchasing data, or revision history. Simply enter the value for the new parameter in the field to the right of the Add User Parameter entry. When you press Enter or click out of the field, the Add new parameter to n object(s) dialog will appear, where n represents the number of selected design objects to which this new parameter will be simultaneously added. Change the name for the new parameter as required and click OK - the parameter will be added to the list of parameters for the selected object(s). To remove a parameter from the selected object(s), click on the red cross symbol to the immediate left of the parameter name. A dialog will appear prompting for confirmation to proceed with the deletion. Notes Pressing the F11 key will toggle the visibility of the panel in the workspace. Information will only appear in the panel when either: 1) One or more objects have been selected in the design editor window or; 2) Object entries are selected in the SCH List panel. If you have defined the display scope for the panel to display specific object types, this scope will remain when the selection is cleared in the main workspace. If you subsequently select an object that is not part of this previously defined scope, the panel will display a control at its center - Click here to display all objects - which, when clicked, will reset the Include portion of the display scope to all types of objects. With multiple parts selected in the workspace, you can drill-down to make changes to Designator, Comment

13 or Parameters and the changes will be made to all parts in the selection. Similarly, when editing multiple sheet symbol objects, you can drill-down to modify the attributes of child objects (Sheet Filename, Sheet Name, Parameters) and the changes will be applied to all sheet symbols in the selection. Use the SCH Inspector panel for quick, efficient editing of parameters across multiple design objects in the workspace. For more complex control over the update of parameters across the entire project, use the Param eter Table Editor For Project dialog ( Tools» Parameter Manager). You can use the Up Arrow and DOWN ARROW keys to pass up and down the list of attributes in the panel respectively. When applying a filter using the SCH Filter panel, the attributes for the resulting filtered objects will only be displayed in the SCH Inspector panel if the Select option - located in the Objects passing the filter area of the panel - is enabled prior to application of the filter. See Also Altium Designer Panels Working with Panels

SCH Inspector. Modified by Admin on Dec 12, SCH Filter. Parent page: Panels. Old Content - visit altium.com/documentation.

SCH Inspector. Modified by Admin on Dec 12, SCH Filter. Parent page: Panels. Old Content - visit altium.com/documentation. SCH Inspector Old Content - visit altium.com/documentation Modified by Admin on Dec 12, 2013 Related panels SCH Filter Parent page: Panels Manually select Schematic objects or use the SCH Filter Panel

More information

PCB List Panel. Contents

PCB List Panel. Contents PCB List Panel Contents Function Content and Use Defining Panel Display Scope Working with Filtered Objects Displaying Workspace Selection Displaying Filtering Results Using the Panel to Select Objects

More information

Published on Online Documentation for Altium Products (https://www.altium.com/documentation)

Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > PCBLIB List A New Era for Documentation Modified by Susan Riege on Jan 24, 2018 Parent Page PCB Panels

More information

Editing Multiple Objects. Contents

Editing Multiple Objects. Contents Editing Multiple Objects Contents Selecting Multiple Objects Inspecting the Objects Editing the Objects Editing Group Objects Step 1. Selecting the Capacitors Step 2. Changing the Comment String Step 3.

More information

Probes are available for placement in the Schematic Editor only, by choosing Place» Directives» Instrument Probe [P, V, I] from the main menus.

Probes are available for placement in the Schematic Editor only, by choosing Place» Directives» Instrument Probe [P, V, I] from the main menus. Instrument Probe Old Content - visit altium.com/documentation Modified by Admin on Nov 18, 2013 Parent Page: Objects An Instrument Probe. Summary An instrument probe is a design directive. It instructs

More information

Part. Summary. Modified by Susan Riege on Aug 5, Parent page: Objects

Part. Summary. Modified by Susan Riege on Aug 5, Parent page: Objects Part Old Content - visit altium.com/documentation Modified by Susan Riege on Aug 5, 2016 Parent page: Objects Related Resources Net Ties and How to Use Them (PDF) The Part represents the actual physical

More information

Published on Online Documentation for Altium Products (https://www.altium.com/documentation)

Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Sheet Symbol Using Altium Documentation Modified by Susan Riege on Apr 11, 2017 Parent page: Schematic

More information

SCH Filter. Summary. Panel Access. Modified by Susan Riege on Jan 19, SCH Inspector. Parent page: Panels

SCH Filter. Summary. Panel Access. Modified by Susan Riege on Jan 19, SCH Inspector. Parent page: Panels SCH Filter Old Content - visit altium.com/documentation Modified by Susan Riege on Jan 19, 2016 Related panels SCH Inspector Parent page: Panels Quickly locate and highlight objects using logical queries

More information

Schematic Editing Essentials

Schematic Editing Essentials Summary Application Note AP0109 (v2.0) March 24, 2005 This application note looks at the placement and editing of schematic objects in Altium Designer. This application note provides a general overview

More information

A Bus is a polyline object that is used, in conjunction with other objects, to define the connection of multiple nets.

A Bus is a polyline object that is used, in conjunction with other objects, to define the connection of multiple nets. Bus Old Content - visit altium.com/documentation Modified by Admin on Sep 13, 2017 Parent page: Objects A Bus is a polyline object that is used, in conjunction with other objects, to define the connection

More information

PCB Filter. Summary. Panel Access. Modified by Admin on Dec 12, PCB Inspector. Parent page: Panels

PCB Filter. Summary. Panel Access. Modified by Admin on Dec 12, PCB Inspector. Parent page: Panels PCB Filter Old Content - visit altium.com/documentation Modified by Admin on Dec 12, 2013 Related panels PCB Inspector Parent page: Panels Quickly locate and highlight objects using logical queries in

More information

Storage Manager. Summary. Panel access. Modified by on 10-Jan-2014

Storage Manager. Summary. Panel access. Modified by on 10-Jan-2014 Storage Manager Old Content - visit altium.com/documentation Modified by on 10-Jan-2014 Related panel: Differences Panel Related documents: Version Control and Altium Designer Version Control Terminology

More information

Parameter. Parent page: Objects. Mod. ifi. Rob. Eva 25- Aug -20. Old Content - visit altium.com/documentation

Parameter. Parent page: Objects. Mod. ifi. Rob. Eva 25- Aug -20. Old Content - visit altium.com/documentation Parameter Old Content - visit altium.com/documentation Mod ifi ed by Rob Eva ns on 25- Aug -20 16 Parent page: Objects Parameters are used for components, documents and projects to add detail information

More information

Text strings are available for placement in both Schematic and Schematic Library Editors by:

Text strings are available for placement in both Schematic and Schematic Library Editors by: Text String Old Content - visit altium.com/documentation Modified by on 20-Nov-2013 Parent page: Objects A placed Text String. Summary A text string (also referred to as an annotation) is a non-electrical

More information

PCB Filter Panel. Contents

PCB Filter Panel. Contents PCB Filter Panel Contents Function Content and Use Defining Filter Scope Defining Filter Queries Query Helper Query Builder Specifying Precedence Historical Queries Favorite Queries Creating Design Rules

More information

Altium Designer Panels. Contents

Altium Designer Panels. Contents Altium Designer s Contents CAM Editor Design Compiler s Embedded s Instrument-Rack s Other Instrument s PCB Editor and PCB Library Editor s Schematic Editor and Schematic Library Editor s Scripting s Signal

More information

String. Summary. Availability. PCB Editor. PCB Library Editor. Modified by on 20-Nov Parent page: Objects

String. Summary. Availability. PCB Editor. PCB Library Editor. Modified by on 20-Nov Parent page: Objects String Old Content - visit altium.com/documentation Modified by on 20-Nov-2013 Parent page: Objects Placed String objects. Summary A string is a primitive design object. It places text on the selected

More information

3D Body. Summary. Modified by Admin on Sep 13, Parent page: Objects

3D Body. Summary. Modified by Admin on Sep 13, Parent page: Objects 3D Body Old Content - visit altium.com/documentation Modified by Admin on Sep 13, 2017 Parent page: Objects A sphere, a cylinder and 4 extruded rectangles have been used to create the 3D body for an LED.

More information

Specifying the PCB Design Rules and Resolving Violations

Specifying the PCB Design Rules and Resolving Violations Specifying the PCB Design Rules and Resolving Violations Summary This article introduces the PCB Design Rules System, in particular how rules are created and applied to objects in a design. It also describes

More information

Parent page: PCB Panel

Parent page: PCB Panel Published on Online Documentation for Altium Products (https://www.altium.com/documentation) 主页 > PCB Library Using Altium Documentation Modified by Annika Krilov on Apr 11, 2017 Parent page: PCB Panel

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Storage Manager Using Altium Documentation Modified by Jason Howie on Jun 16, 2017 Parent page: System

More information

The following content has been imported from Legacy Help systems and is in the process of being checked for accuracy.

The following content has been imported from Legacy Help systems and is in the process of being checked for accuracy. Tool Palette Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 The following content has been imported from Legacy Help systems and is in the process of being checked for accuracy.

More information

Pads are used to provide both mechanical mounting and electrical connections to the component pins.

Pads are used to provide both mechanical mounting and electrical connections to the component pins. Pad Old Content - visit altium.com/documentation Modified by Jason Howie on 19-Aug-2015 Parent page: Objects Pads are used to provide both mechanical mounting and electrical connections to the component

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

A board is split into distinct regions by placing Split Lines (blue in color), which run from one edge of the board shape to another edge.

A board is split into distinct regions by placing Split Lines (blue in color), which run from one edge of the board shape to another edge. Board Region Old Content - visit altium.com/documentation Modified by Admin on Nov 6, 2013 Parent page: Objects A board is split into distinct regions by placing Split Lines (blue in color), which run

More information

Engineering 1630 Fall Simulating XC9572XL s on the ENGN1630 CPLD-II Board

Engineering 1630 Fall Simulating XC9572XL s on the ENGN1630 CPLD-II Board Engineering 1630 Fall 2016 Simulating XC9572XL s on the ENGN1630 CPLD-II Board You will use the Aldec Active-HDL software for the required timing simulation of the XC9572XL CPLD programmable logic chips

More information

Boot Camp-Special Ops Challenge Quiz

Boot Camp-Special Ops Challenge Quiz 1. What s the key difference between a panel and dialog window? a. There is none b. Panels must be closed in order to continue editing, whereas dialogs can be left open c. Dialogs must be closed in order

More information

Radial Diameter Dimension. Contents

Radial Diameter Dimension. Contents Radial Diameter Dimension Contents Description Availability Placement Editing via an Associated Properties Dialog Editing via the PCB Inspector Panel Editing via the PCB List Panel Graphical Editing Notes

More information

Using Components Directly from Your Company Database

Using Components Directly from Your Company Database Using Components Directly from Your Company Database Old Content - visit altium.com/documentation Modified by Phil Loughhead on 18-May-2016 This document provides detailed information on using components

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

An Insider's Guide to the Query Language

An Insider's Guide to the Query Language An Insider's Guide to the Query Language Summary This article attempts to de-mystify what queries are, how and why they are used, and to provide insights into how these queries can be executed. An appendix

More information

An Insiders Guide to the Query Language. Understanding Queries. Data Filtering - facilitating editing tasks. Modified by on 6-Nov-2013

An Insiders Guide to the Query Language. Understanding Queries. Data Filtering - facilitating editing tasks. Modified by on 6-Nov-2013 An Insiders Guide to the Query Language Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This document attempts to de-mystify what queries are, how and why they are used, and to provide

More information

Understanding Design Annotation. Contents

Understanding Design Annotation. Contents Understanding Design Annotation Contents Annotation defined Annotation in Altium Designer Which Annotation Tool? Schematic Level Annotation Order of Processing Schematic Sheets to Annotate Annotation Scope

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Configuring PCB Printouts Using Altium Documentation Modified by Jason Howie on Apr 20, 2017 Print-based

More information

Multi-Channel Design Concepts

Multi-Channel Design Concepts Multi-Channel Design Concepts Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 Altium Designer introduces a robust multi-channel design system that even supports channels nested within

More information

Connectivity and Multi-Sheet Design. Contents

Connectivity and Multi-Sheet Design. Contents Connectivity and Multi-Sheet Design Contents Defining Sheet Structure Building a Hierarchical Structure Top-Down Design Bottom-Up Design Mixed Schematic/HDL Document Hierarchy Maintaining Hierarchy Synchronizing

More information

Polygon Pour. Summary. Availability. Modified by on 19-Nov Parent page: Objects

Polygon Pour. Summary. Availability. Modified by on 19-Nov Parent page: Objects Polygon Pour Old Content - visit altium.com/documentation Modified by on 19-Nov-2013 Parent page: Objects A Polygon Pour (brighter red) being used to create a large GND area on a board. Summary A polygon

More information

Drill Table. Summary. Availability. Modified by on 19-Nov Parent page: Objects

Drill Table. Summary. Availability. Modified by on 19-Nov Parent page: Objects Drill Table Old Content - visit altium.com/documentation Modified by on 19-Nov-2013 Parent page: Objects The Drill Table presents a live summary of all drill holes present in the board. Summary A standard

More information

Figure 1. Output jobs are configured as an OutJob file, giving you full control over print-based output.

Figure 1. Output jobs are configured as an OutJob file, giving you full control over print-based output. PCB Printout Output Options Old Content - visit altium.com/documentation Modified by Admin on Sep 13, 2017 Print-based Output Print-based output for your PCB project in Altium Designer is available through

More information

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013]

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013] Bombardier Business Aircraft Customer Services Technical Publications SmartPubs Viewer 3.0 User Guide Updated January 2013 [2013] Table of Contents Application Views... 5 Collection View... 5 Manual View...

More information

Class Structure in the PCB

Class Structure in the PCB Class Structure in the PCB Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Related Videos Structured Classes in the PCB Editor Altium Designer already provided high-quality, robust

More information

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017 Component Templates Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Altium Vault 2.5, in conjunction with Altium Designer 15.1, brings support for creating and defining Component

More information

Schematic Symbol Generation Tool

Schematic Symbol Generation Tool Schematic Symbol Generation Tool Old Content - visit altium.com/documentation Modified by Rob Evans on May 4, 2015 The task of creating a component library symbol and its pin data has become an increasingly

More information

StarTeam File Compare/Merge StarTeam File Compare/Merge Help

StarTeam File Compare/Merge StarTeam File Compare/Merge Help StarTeam File Compare/Merge 12.0 StarTeam File Compare/Merge Help Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2011 Micro Focus IP Development Limited. All Rights Reserved. Portions

More information

1. Math symbols Operation Symbol Example Order

1. Math symbols Operation Symbol Example Order Excel 2 Microsoft Excel 2013 Mercer County Library System Brian M. Hughes, County Executive Excel s Order of Calculation 1. Math symbols Operation Symbol Example Order Parentheses ( ) =(4+2)*8 1st Exponents

More information

Moving to Altium Designer from Pads Logic and PADS Layout

Moving to Altium Designer from Pads Logic and PADS Layout Moving to Altium Designer from Pads Logic and PADS Layout Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Translating complete PADS Logic and PADS Layout designs, including PCB,

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > Working with the Explorer Panel - Feature How-Tos Using Altium Documentation Modified by Jason Howie

More information

Building an Integrated Library

Building an Integrated Library Building an Integrated Library Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 Integrated libraries combine schematic libraries with their related PCB footprints and/or SPICE and

More information

Library Editor Workspace

Library Editor Workspace Library Editor Workspace Modified by Jason Howie on Oct 1, 2014 Other Related Resources Schematic - Grids (Preferences) Grids (Commands) Parent page: Sch Dialogs The Library Editor Workspace dialog. Summary

More information

Baseline dimension objects are available for placement in the PCB Editor only. Use one of the following methods to access a placement command:

Baseline dimension objects are available for placement in the PCB Editor only. Use one of the following methods to access a placement command: Baseline Dimension Old Content - visit altium.com/documentation Modified by on 19-Nov-2013 Parent page: Objects A placed Baseline Dimension. Summary A baseline dimension is a group design object. It allows

More information

Lesson 13: Other Tools in OrCAD Capture

Lesson 13: Other Tools in OrCAD Capture Lesson 13: Other Tools in OrCAD Capture Lesson Objectives After you complete this lesson you will be able to: Add inter-sheet signal references Create a cross reference report (Optional) Generate a Bill

More information

Lesson 9: Advanced Placement Techniques

Lesson 9: Advanced Placement Techniques 9 Lesson 9: Advanced Placement Techniques Learning Objectives In this lesson you will: Turn ratsnests on and off to selectively place components Use interactive swapping for pins and gates Apply advanced

More information

Libraries. Modified by Jason Howie on Oct 24, Parent page: IntegratedLibrary Panels

Libraries. Modified by Jason Howie on Oct 24, Parent page: IntegratedLibrary Panels Libraries Modified by Jason Howie on Oct 24, 2017 Parent page: IntegratedLibrary Panels Use the Libraries panel to access components in libraries currently available in SOLIDWORKS PCB. Summary The Libraries

More information

Moving to Altium Designer from Protel 99 SE. Contents

Moving to Altium Designer from Protel 99 SE. Contents Moving to Altium Designer from Protel 99 SE Contents Design Database Become a Design Workspace & Projects Importing a 99 SE Design Database Creating the Altium Designer Project(s) Manually Adding and Removing

More information

PCB Rules and Violations

PCB Rules and Violations PCB Rules and Violations Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 Parent page: Panels Browse, edit and interactively view design rules and their associated violations. Summary

More information

To Do Panel. Contents

To Do Panel. Contents To Do Panel Contents Function Content and Use Adding Project-level To-Do Items Adding Document-level To-Do Items Right-click Menu Notes See Also Function The To-Do panel lists all To-Do items that are

More information

How to Get Started. Figure 3

How to Get Started. Figure 3 Tutorial PSpice How to Get Started To start a simulation, begin by going to the Start button on the Windows toolbar, then select Engineering Tools, then OrCAD Demo. From now on the document menu selection

More information

Introduction to Excel 2007 Table of Contents

Introduction to Excel 2007 Table of Contents Table of Contents Excel Microsoft s Spreadsheet... 1 Starting Excel... 1 Excel 2007 New Interface... 1 Exploring the Excel Screen... 2 Viewing Dialog Boxes... 2 Quick Access Toolbar... 3 Minimizing the

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Working with the Board Insight System

Working with the Board Insight System Working with the Board Insight System Old Content - visit altium.com/documentation Modified by on 29-Jul-2014 Board Insight is a configurable system of features that give you complete control over viewing

More information

Lesson 5: Creating Heterogeneous Parts

Lesson 5: Creating Heterogeneous Parts Lesson 5: Creating Heterogeneous Parts Lesson Objectives After you complete this lesson you will be able to: Create a Heterogeneous part Annotate a Heterogeneous part (Optional) Heterogeneous Parts A heterogeneous

More information

Component. Modified by Jason Howie on Feb 13, Parent page: PCB Dialogs. Other Related Resources Component (Object) The Component Dialog.

Component. Modified by Jason Howie on Feb 13, Parent page: PCB Dialogs. Other Related Resources Component (Object) The Component Dialog. Component Modified by Jason Howie on Feb 13, 2015 Other Related Resources Component (Object) Parent page: PCB Dialogs The Component Dialog. Summary The Component dialog is used to edit the properties of

More information

Support for 3D Models. Folder Type. Modified by Jason Howie on May 31, 2017

Support for 3D Models. Folder Type. Modified by Jason Howie on May 31, 2017 Support for 3D Models Old Content - see latest equivalent Modified by Jason Howie on May 31, 2017 The Altium Vault 2.5 release, in conjunction with Altium Designer 15.1, brings support for vault-based

More information

2 The Stata user interface

2 The Stata user interface 2 The Stata user interface The windows This chapter introduces the core of Stata s interface: its main windows, its toolbar, its menus, and its dialogs. The five main windows are the Review, Results, Command,

More information

WebIntelligence. Creating Documents

WebIntelligence. Creating Documents Creating Documents This page is intentionally left blank. 2 WIC110904 Table of Contents Lesson Objective... 5 For Assistance...6 Introduction... 7 Document Editor... 7 Designing a Query Flowchart... 9

More information

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Control Shortcut s Ctrl + PgDn Ctrl + PgUp Ctrl + Shift + & Ctrl + Shift_ Ctrl + Shift + ~ Ctrl + Shift + $ Ctrl + Shift + % Ctrl +

More information

The user guide may be freely distributed in its entirety, either digitally or in printed format, to all EPiServer Composer users.

The user guide may be freely distributed in its entirety, either digitally or in printed format, to all EPiServer Composer users. Copyright This user guide is protected by the Copyright Act. Changes to the contents, or partial copying of the contents, may not be made without permission from the copyright holder. The user guide may

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Simulation Profiles Using Altium Documentation Modified by Jason Howie on Dec 14, 2017 Along with other

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Lesson 14: Property Editor

Lesson 14: Property Editor Lesson 14: Property Editor Lesson Objectives After completing this lesson, you will be able to: Work with Property Filters in the Property Editor Add part and net properties using the Property Editor Using

More information

Summary. Access. The dialog is accessed from the PCB Editor, by selecting Design» Rules from the toolbar.

Summary. Access. The dialog is accessed from the PCB Editor, by selecting Design» Rules from the toolbar. Published on Online Documentation for Altium Products (http://www.altium.com/documentation) 主页 > PCB Rules and Constraints Editor Altium 技术文档新纪元 Modified by Phil Loughhead on Jun 19, 2017 The PCB Rules

More information

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0 User Manual Administrator s guide for mass managing VirtueMart products using VM Mass Update 1.0 The ultimate product management solution for VirtueMart! Contents Product Overview... 3 Feature List...

More information

1. WELDMANAGEMENT PRODUCT

1. WELDMANAGEMENT PRODUCT Table of Contents WeldManagement Product.................................. 3 Workflow Overview........................................ 4 Weld Types.............................................. 5 Weld

More information

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC)

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) Screen readers and Excel Users who are blind rely on software called a screen reader to interact with spreadsheets. Screen

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Altium Designer Viewer - Viewing PCB Documents

Altium Designer Viewer - Viewing PCB Documents Altium Designer Viewer - Viewing PCB Documents Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 In Altium Designer Viewer PCB documents are opened in the PCB Editor. The tools and

More information

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Testing Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents Testing 3 Test Management 4 Create Test Records 6 Working On Test Records

More information

Protel 99 SE. Designer s Handbook Supplement. Runs on Windows NT/95/98. Making Electronic Design Easy

Protel 99 SE. Designer s Handbook Supplement. Runs on Windows NT/95/98. Making Electronic Design Easy Making Electronic Design Easy Protel 99 SE Designer s Handbook Supplement Runs on Windows NT/95/98 Increase your PCB Design Productivity with Protel 99 SE Welcome to the Protel 99 SE Designer's Handbook

More information

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems. Date: 10/05/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems. Date: 10/05/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Testing Author: Sparx Systems Date: 10/05/2018 Version: 1.0 CREATED WITH Table of Contents Testing 3 Test Management 4 Create Test Records 6 Working On Test Records

More information

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved VisualPST 2.4 Visual object report editor for PowerSchool Copyright 2004-2015 Park Bench Software, LLC All Rights Reserved www.parkbenchsoftware.com This software is not free - if you use it, you must

More information

MICROSOFT EXCEL KEYBOARD SHORCUTS

MICROSOFT EXCEL KEYBOARD SHORCUTS MICROSOFT EXCEL KEYBOARD SHORCUTS F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end F3 Displays the (Insert > Name > Paste) dialog

More information

Keynote Basics Website:

Keynote Basics Website: Keynote Basics Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages. If you

More information

Excel Advanced

Excel Advanced Excel 2016 - Advanced LINDA MUCHOW Alexandria Technical & Community College 320-762-4539 lindac@alextech.edu Table of Contents Macros... 2 Adding the Developer Tab in Excel 2016... 2 Excel Macro Recorder...

More information

CRITERION Vantage 3 Admin Training Manual Contents Introduction 5

CRITERION Vantage 3 Admin Training Manual Contents Introduction 5 CRITERION Vantage 3 Admin Training Manual Contents Introduction 5 Running Admin 6 Understanding the Admin Display 7 Using the System Viewer 11 Variables Characteristic Setup Window 19 Using the List Viewer

More information

Blackboard QuickStart Guide for Students

Blackboard QuickStart Guide for Students Blackboard QuickStart Guide for Students This QuickStart guide will walk you through the process of logging in to Blackboard and submitting your work. If you do not know your login information for Blackboard,

More information

Chapter 12 Creating Tables of Contents, Indexes and Bibliographies

Chapter 12 Creating Tables of Contents, Indexes and Bibliographies Writer Guide Chapter 12 Creating Tables of Contents, Indexes and Bibliographies OpenOffice.org Copyright This document is Copyright 2005 by its contributors as listed in the section titled Authors. You

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

Excel Tutorial 2: Formatting Workbook Text and Data

Excel Tutorial 2: Formatting Workbook Text and Data Excel Tutorial 2: Formatting Workbook Text and Data Microsoft Office 2013 Objectives Change fonts, font style, and font color Add fill colors and a background image Create formulas to calculate sales data

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

TECHNOLOGY TRAINING PROGRAM. Supplier Decision Support System. User Manual

TECHNOLOGY TRAINING PROGRAM. Supplier Decision Support System. User Manual TECHNOLOGY TRAINING PROGRAM Supplier Decision Support System User Manual PREREQUISITE(S) A basic knowledge of Internet Explorer is recommended. You should be familiar with terms such as Address Bar, Hyperlink,

More information

Moving to Altium Designer from PADS Layout and OrCAD capture. Contents

Moving to Altium Designer from PADS Layout and OrCAD capture. Contents Moving to Altium Designer from PADS Layout and OrCAD capture Contents Getting Started - Transferring Your PADS Layout Designs Using the Import Wizard for PADS Layout Files Layer Mapping for PADS PCB ASCII

More information

OutputJob Editor Reference

OutputJob Editor Reference OutputJob Editor Reference Summary This reference provides information on the OutputJob Editor which is used to configure various output types including Assembly Outputs, BOMs, Gerber, NC Drill, Netlists,

More information

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide TUTORIAL SESSION 2014 Technical Group Hoda Najafi & Sunita Bhide SETUP PROCEDURE Start the Altium Designer Software. (Figure 1) Ensure that the Files and Projects tabs are located somewhere on the screen.

More information

DynacViews. User Guide. Version 2.0 May 1, 2009

DynacViews. User Guide. Version 2.0 May 1, 2009 DynacViews User Guide Version 2.0 May 1, 2009 Copyright 2003 by Dynac, Inc. All rights reserved. No part of this publication may be reproduced or used in any form without the express written permission

More information

TIDY LABELS. User Guide

TIDY LABELS. User Guide TIDY LABELS User Guide TIDY LABELS User Guide Contents 1. Overview...3 2. Installation...3 3. Navigating through the application...3 4. Databases...4 4.1 Creating a new database manually...5 4.2 Importing

More information

Creating a Website in Schoolwires

Creating a Website in Schoolwires Creating a Website in Schoolwires Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Navigating to an assigned section... 2 Accessing Site Manager... 2 Section Workspace

More information

Piping & Instrumentation Diagrams

Piping & Instrumentation Diagrams Piping & Instrumentation Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing a Piping Line or I & C Loop Placing

More information

LIMS QUICK START GUIDE. A Multi Step Guide to Assist in the Construction of a LIMS Database. Rev 1.22

LIMS QUICK START GUIDE. A Multi Step Guide to Assist in the Construction of a LIMS Database. Rev 1.22 LIMS QUICK START GUIDE A Multi Step Guide to Assist in the Construction of a LIMS Database Rev 1.22 Contents Contents...1 Overview - Creating a LIMS Database...2 1.0 Folders...3 2.0 Data Fields...3 2.1

More information