Generating Cartesian/Cylindrical/Spherical-Coordinate Field-Components Library
Description
This recipe demonstrates the steps to export user-defined named expressions into a library which can be loaded into and reused in other designs or projects.
Usage Examples
This calculation allows you to generate named expressions in addition to those automatically available ones in the field calculator, and save them as a user library, and reload into other designs/projects for use. For example, Cartesian components of E field are used for demonstration.
Prerequisites
Since this recipe is intended to generate generalized user-defined named-expressions, this operation should not be geometry-related.
Calculator Operation |
Resulting Stack Display (top entry only unless noted) |
Named Expressions>Vector_E |
Vec : Vector_E (E used as example) |
Scal?>ScalarX |
Scl : ScalarX(Vector_E) |
Add... Type inEx OK |
|
Named Expressions>Vector_E |
Vec : Vector_E |
Scal?>ScalarY |
Scl : ScalarY(Vector_E) |
Add... Type in Ey OK |
|
Named Expressions>Vector_E |
Vec : Vector_E |
Scal?> ScalarZ |
Scl : ScalarZ(Vector_E) |
Add... Type in Ez OK |
|
Save To… Select (Ex, Ey, Ez) OK Type in Exyz (Library Name) Save |
(Exyz used as an library name example)
|
Load From… (Find the pre-defined library) Open Select (Ex, Ey, Ez) OK |
(Named Expressions of Ex, Ey and Ez are loaded into Named Expressions)
|