Background Color | ||
---|---|---|
| ||
These pages cover a range of topics related to Basic Schematic Editing. The topics are listed in a table of contents at the top of each page. |
This section:
Child pages (Children Display) | ||||
---|---|---|---|---|
|
This page:
Table of Contents |
---|
New users should start with the Quick Start Guide document (see File > Help & Support > Help Documentation > Quick Start Guide in HYPERSIM, or Quick Start | HYPERSIM).
Background Color | ||
---|---|---|
|
This section:
Child pages (Children Display) | ||||
---|---|---|---|---|
|
This page:
Table of Contents |
---|
New users should start with the Quick Start Guide document (see File > Help & Support > Help Documentation > Quick Start Guide in HYPERSIM, or Quick Start | HYPERSIM).
...
color | #D3D3D3 |
---|
Background Information
Design Structure
In HYPERSIM the term 'design' refers to a complete, independent logical entity saved in a single file.
The following rules outline how a design is stored:
- A single design is stored in a single file and no logical connections are made between designs. All information required to display and edit a design is stored in the design file.
- A design never makes reference to external library files. When a library device is used, all information needed is read from the library and stored with the design. Changing the original library definition will not automatically update the design. More information on the relationship between symbol libraries and designs can be found in About Device Symbols.
- When a design file is opened, the entire contents of the design are read into memory. This means that design sizes are limited by the available memory in your computer and increasing the memory allocated to the program will increase the size of the designs you can work with.
- A number of user-settable parameters are stored with the design and affect the entire design when changed.
These include:
- attribute and pin number text style settings
- the attribute definition table
- signal and device auto-naming settings
- display options, such as crosshairs and printed page breaks
- page reference format
- hierarchy mode
In a hierarchical design (that is, one in which a symbol can represent a nested circuit block), all hierarchy levels are stored in a single file.
What is a Circuit?
A circuit in HYPERSIM® has the following characteristics:
...
Background Information |
Design Structure
In HYPERSIM the term 'design' refers to a complete, independent logical entity saved in a single file.
The following rules outline how a design is stored:
- A single design is stored in a single file and no logical connections are made between designs. All information required to display and edit a design is stored in the design file.
- A design never makes reference to external library files. When a library device is used, all information needed is read from the library and stored with the design. Changing the original library definition will not automatically update the design. More information on the relationship between symbol libraries and designs can be found in About Device Symbols.
- When a design file is opened, the entire contents of the design are read into memory. This means that design sizes are limited by the available memory in your computer and increasing the memory allocated to the program will increase the size of the designs you can work with.
- A number of user-settable parameters are stored with the design and affect the entire design when changed.
These include:
- attribute and pin number text style settings
- the attribute definition table
- signal and device auto-naming settings
- display options, such as crosshairs and printed page breaks
- page reference format
- hierarchy mode
In a hierarchical design (that is, one in which a symbol can represent a nested circuit block), all hierarchy levels are stored in a single file.
What is a Circuit?
A circuit in HYPERSIM® has the following characteristics:
- A circuit can be drawn on one or more pages (up to 1000 in this version). You can elect to draw the entire circuit on a single page or divide it up functionally onto a number of pages.
- Each page is viewed in a separate circuit window (tab) and any or all pages in a circuit can be displayed on the screen simultaneously.
- A page is drawn on the screen as if it was a single piece of paper, although it may have to be broken up into a number of individual sheets of paper for printing or plotting.
- Logical connections can be made between pages using a page connector device. Three versions of this device can be found in the built-in "Signal Routing" library. The "Page connector, control output/input" device is used to interconnect control signals across pages. The "Page connector, power signal" is used to interconnect power signals across pages. The “Page connector, bundle” is used to interconnect bundles across pages.
...
- A device is an object having a symbol, signal connection points called "pins", and optional text attributes, internal circuit and simulation information. A device in HYPERSIM® can correspond to a physical device in a circuit, or it can represent a sub-circuit block or a pseudo-device, such as a page connector.
- A pin is a connection point on a device. A pin is not an independent entity since it only exists as part of a device and cannot be created or deleted separately. However, pins can have attributes, pin numbers and other parameters that may be different from pin to pin on the same device. A bus (bundle) pin is a special type of pin that represents an arbitrary number of internal pins. The internal pins are not visible on the schematic but can still have the same logical properties as other pins.
- A signal is a conductive path between devices. Signal connections can be made visually by drawing lines between device pins or logically by name.
- A text object is used to place a title block or other notation on the diagram. Text can be typed and edited directly within HYPERSIM®, or can be created externally and pasted onto the diagram from the clipboard. Text objects are not associated with any other object and are not accessible through net or component lists. The attribute facilities should be used to associate text with specific devices or signals.
- A picture object is used to place any graphics item imported from another program or the symbol editor tool via the clipboard. The Schematic tool cannot edit picture objects directly, other than moving, deleting and copying them whole. They can, however, be pasted into a symbol editor (or other application) window
How Design Templates Work
A design template is simply a normal design file that has its sheet size, attribute fields, hierarchy mode and other settings pre-defined for the application at hand. The simplest way to create a template may be to take an existing design that is set up the way you like it, delete all the circuit elements and extra pages out of it and save it in the appropriate template directory.
When you create a new design and select one of the template files listed, HYPERSIM® just reads the file in the normal way, then renames it "Circuit1" (or the next available number), and dissociates it from the original file so that it cannot accidentally be Saved on top of the template. In all other respects, creating a new design using the New command is the same as doing an Open on the template design. All the settings and contents of the design template file become part of the new design.
More information on "Design Templates" can be found in Design Templates.
HYPERSIM® File Types
HYPERSIM® deals with a number of different types of files. The most important type is the design file, which contains all the stored data of your schematics. Operations on design files are discussed in this chapter.
...
HYPERSIM export script language files.
See Export script language
...
Scripting method in HYPERSIM based on JavaScript and HYPERSIM extensions to JavaScript.
See JavaScript-based scripting
...
Top menus
The first ribbon is the File ribbon or File menu. The “>” (greater than, or Shift + period) character is used to denote sub-menus. Each time a menu item (sub-menu) is highlighted a tooltip appears for explaining its function.
The following bullets provide documentation links to the non-obvious options.
...
color | #D3D3D3 |
---|
FILE Ribbon
...
color | #D3D3D3 |
---|
HOME Ribbon
...
color | #D3D3D3 |
---|
OPTIONS Ribbon
...
Options > Subcircuit > Create Subcircuit Block
...
color | #D3D3D3 |
---|
VIEW Ribbon
...
color | #D3D3D3 |
---|
DESIGN Ribbon
This menu is scripted. It is created in the hyperworks.ini file and uses the HYPERSIM® scripting techniques for programming various tasks. You can open the scripts associated with each item and learn on script programming methods.
...
color | #D3D3D3 |
---|
HYPERSIM Ribbon
...
HYPERSIM > Tools
...
HYPERSIM > Import
...
SIM > Sensors (see Sensors)
...
HYPERSIM > Network
...
HYPERSIM > Simulation
...
HYPERSIM Help
- User Manual: Opens the HYPERSIM® user manual with the default program for PDF files.connector.
- A pin is a connection point on a device. A pin is not an independent entity since it only exists as part of a device and cannot be created or deleted separately. However, pins can have attributes, pin numbers and other parameters that may be different from pin to pin on the same device. A bus (bundle) pin is a special type of pin that represents an arbitrary number of internal pins. The internal pins are not visible on the schematic but can still have the same logical properties as other pins.
- A signal is a conductive path between devices. Signal connections can be made visually by drawing lines between device pins or logically by name.
- A text object is used to place a title block or other notation on the diagram. Text can be typed and edited directly within HYPERSIM®, or can be created externally and pasted onto the diagram from the clipboard. Text objects are not associated with any other object and are not accessible through net or component lists. The attribute facilities should be used to associate text with specific devices or signals.
- A picture object is used to place any graphics item imported from another program or the symbol editor tool via the clipboard. The Schematic tool cannot edit picture objects directly, other than moving, deleting and copying them whole. They can, however, be pasted into a symbol editor (or other application) window
How Design Templates Work
A design template is simply a normal design file that has its sheet size, attribute fields, hierarchy mode and other settings pre-defined for the application at hand. The simplest way to create a template may be to take an existing design that is set up the way you like it, delete all the circuit elements and extra pages out of it and save it in the appropriate template directory.
When you create a new design and select one of the template files listed, HYPERSIM® just reads the file in the normal way, then renames it "Circuit1" (or the next available number), and dissociates it from the original file so that it cannot accidentally be Saved on top of the template. In all other respects, creating a new design using the New command is the same as doing an Open on the template design. All the settings and contents of the design template file become part of the new design.
More information on "Design Templates" can be found in Design Templates.
HYPERSIM® File Types
HYPERSIM® deals with a number of different types of files. The most important type is the design file, which contains all the stored data of your schematics. Operations on design files are discussed in this chapter.
Description | File Extension | More Information |
---|---|---|
Design files | ECF | Design structure |
Symbol Library Files | CLF | About device symbols |
Report script files | RFM | HYPERSIM export script language files. See Export script language |
JavaScript files | JS | Scripting method in HYPERSIM based on JavaScript and HYPERSIM extensions to JavaScript. See JavaScript-based scripting |
Design and sheet template files | ECF | How design templates work |
Initialization files | INI |
Top menus
The first ribbon is the File ribbon or File menu. The “>” (greater than, or Shift + period) character is used to denote sub-menus. Each time a menu item (sub-menu) is highlighted a tooltip appears for explaining its function.
The following bullets provide documentation links to the non-obvious options.
Background Color | ||
---|---|---|
| ||
FILE Ribbon |
File > Revert | Revert to the last saved version of this design. See Reverting to a Saved File. |
---|---|
File > Options | Various options for opening files and creating new designs. |
File > Help & Support | Top Help and support section of HYPERSIM®. |
Background Color | ||
---|---|---|
| ||
HOME Ribbon |
Home > Clipboard > Paste Special | Paste from the clipboard with options. See Paste Special. | ||
---|---|---|---|
Home > Tools > Point | Returns to standard pointer. | ||
Home > Tools > Zap | Selects the Zap (delete) cursor. See Deleting a Device, Editing a Signal Line and Hide a Visible Attribute Value. You can use ESC button or spacebar to return to the standard pointer. | ||
Home > Tools > Name | This is the same as the Naming tool used for device attributes, pins and signal attributes. Selecting and clicking on a device, signal or pin gives access to the name attribute. Selecting and clicking on a visible attribute gives access to that attribute contents. This tool can be also used for editing text created with “Home>Draw Graphics>Text”.
| ||
Home > Tools > Draw Signal | Creates signals (see Signals). For “Draw Bundle” see Bundles, for “Draw 3-phase Bus” (power system bus) see Signal Line Type and for Draw Phase A (B or C) see Signal Line Type. | ||
Home > Tools > New Breakout | See also Using Bundle Breakouts: New Breakout . | ||
Home> Tools > Attribute Probe | Displays attributes and information on the selected (clicked) object. See Displaying and Setting Device Information. | ||
Home > Operations > Properties | Shows the properties of the selected device or of the circuit (when no selected device). This is the same as the Ctrl+I shortcut and this menu is available from actual object (device) right-click menu or circuit right-click menu. | ||
Home > Operations > Orientation | Sets device orientation for the next device dragged in from a library. See also Placing and Editing Devices. | ||
Home > Draw Graphics | Various tools for drawing graphics objects on the schematic. | ||
Home > Find > Quick Find | Search for entered object name (signal or device). Only partial information can be entered. You can use the Ctrl+G shortcut to zoom in on found signal or device. | ||
Home > Find > Advanced Find | Opens the Find tool tab. See Locating Circuit Objects with the Find Tool. You can use the Ctrl+G shortcut to zoom in on found signal or device. | ||
Home > Find > Property Browser | Opens the Attribute Browser tool. See Property Browser. |
Background Color | ||
---|---|---|
| ||
OPTIONS Ribbon |
Options > Design > Pages | Create, delete and modify circuit pages. See Adding, Deleting and Titling Circuit Pages. |
---|---|
Options > Design > Import Sheet Info | Used to set the sheet border and background style. See also Importing Sheet Settings from another Design, Page or Template. |
Options > Design > Sheet Size Wizard | View and change sheet size. See also Setting Sheet Sizes and Borders and Custom Sheet Size using Sheet Size Wizard. |
Options > Design > Border Wizard | View and change border settings. See Border Wizard. |
Options > Design > Design Attributes | View and change design attributes. See Entering Design Attributes and Predefined Attribute Fields. |
Options > Design > Define Attribute Fields | Create or modify attribute field definitions. See Defining Attribute Fields. |
Options > Naming Options | Various naming options for devices and signals. See Using the Auto-Naming Features, Signal Auto-Naming Options and Device Naming Options. |
Options > Part Type > Update from Lib | Update the selected device from a library. See Update from Lib. |
Options > Part Type > Save to Lib | Save the part definition of the selected device to a library. See Save to Lib. |
Options > Part Type > Make Unique Type | Make a new part type definition for the selected device. See Make Unique Type. |
Options > Subcircuit > Create Subcircuit Block | This is the top dialog for creating subcircuits. See Subcircuit creation methods. |
Options > Subcircuit > New Port Connector | Creates a port connector for the subcircuit interface pins. See also Creating Pseudo-Device Symbols. |
Options > Subcircuit > Attach Subcircuit | Attach a subcircuit to the selected symbol. See Attaching Subcircuit. |
Options > Subcircuit > Detach Subcircuit | Detach the subcircuit associated with the selected symbol, making it a separate design. See Detaching Subcircuit. |
Options > Subcircuit > Discard Subcircuit | Discard the subcircuit associated with the selected symbol. See Discarding a Subcircuit. |
Options > Subcircuit > Push Into | To get into a selected subcircuit contents (same as Ctrl+Shift+I). |
Options > Subcircuit > Pop Up | Close the current subcircuit and go to the parent level (same as Ctrl+Shift+U). |
Options > Export | Export operations |
Options > Libraries> New Part | Opens the Symbol Editor for creating a new part. |
Options > Libraries> Library Operations | Various library maintenance functions. See the section Working with Symbol Libraries for detailed information on this option. |
Background Color | ||
---|---|---|
| ||
VIEW Ribbon |
View > Zoom > Go to Selection | Same as Ctrl+G, can be used for zooming onto a selection or a device found with find functions. |
---|---|
View > Zoom > Pan | Allows panning the circuit diagram. Same as holding Ctrl button and using left mouse button. |
View > Zoom > Redraw | Refresh the circuit drawing. |
View > Panels > Parts Library | Shows or hides the Parts Palette. See Placing and Editing Devices. |
View > Panels > Console | Shows or hides the Console window. |
Background Color | ||
---|---|---|
| ||
DESIGN Ribbon |
This menu is scripted. It is created in the hyperworks.ini file and uses the HYPERSIM® scripting techniques for programming various tasks. You can open the scripts associated with each item and learn on script programming methods.
Design > Device Operations > Exclude Devices | Exclude the selected devices from the Netlist. This command is similar to the Exclude/Include available from device right-click menu. The difference is that in this case it can act on one or more selected devices in the design. You can select entire circuit sections using the Shift and Ctrl keys while clicking on devices, or using a bounding box. See Device right-click menu. |
---|---|
Design > Device Operations > Include Devices | Include the selected devices back into the Netlist. This command is similar to the Exclude/Include available from device right-click menu. There is no change if the selected devices are already included. The difference is that in this case it can act on one or more selected devices in the design. You can select entire circuit sections using the Shift and Ctrl keys while clicking on devices, or using a bounding box. See Device right-click menu. |
Design > Device Operations > Show/Hide | Commands for showing or hiding various device attributes. |
Design > Signal Operations > Signal Parameters | Allows setting properties for selected signals. This is similar to the item “Signal Parameters” available from individual signal right-click menu (see Signal right-click menu). The difference is that you can now selected one or more signals and apply simultaneous changes. |
Design > Signal Operations > Show Hide | Commands for showing or hiding signal names. |
Design > Utilities > Define Global Variables | See documentation link available after selecting this option. This option allows creating Global Variables to be used in various locations in HYPERSIM® mask scripts. |
Design > Utilities > Run a script | Allows to select and run a script on the current design. |
Background Color | ||
---|---|---|
| ||
HYPERSIM Ribbon |
This menu is created in the hyperworks.ini file. For more details, see HYPERSIM Ribbon Options