Adding a Project Variable in RMxprt
A project variable can be assigned to a parameter value in the RMxprt project in which it was created. RMxprt differentiates project variables from other types of variables by prefixing the variable name with the following symbol: $. You can manually include the symbol $ in the project variable's name when you create it, or RMxprt will automatically append the project variable's name with the symbol after you define the variable. Project variables can be used in any design within the project.
- Click Project > Project Variables.
- Under the Project Variables tab, click Add.
- In the Name box, type the name of the variable.
- Select a radio button for the variable
use:
Selected Use
Setable Properties
Variable
Unit Type, Units, Value.
Separator
Value
Array Index Variable
Associate Array variable, Value
- For Project Variables in the Unit Type text box you can use the drop down menu to select from the list of available unit types. “None” is the default.
- In the Value box, type the quantity that the variable represents. Optionally, include the units of measurement.
- Click OK.
- Optionally, type a description of the variable in the Description box.
- Optionally, select Read-Only. The variable's name, value, unit, and description cannot be modified when Read-only is selected.
- Optionally, select Hidden. If you clear the Show Hidden option, the hidden variable will not appear in the Properties dialog box.
- You can also designate a variable as Sweep. You may need to use the scroll bar or resize the dialog to view the check boxes.
- Click OK.
Alternatively, right-click the project name in the project tree, and then click Project Variables on the shortcut menu.
The Properties dialog box appears.
The Add Property dialog box appears.
Project variable names must start with the symbol $ followed by a letter. Variable names may include alphanumeric characters and underscores ( _ ). The names of intrinsic functions and the predefined constant pi (p) cannot be used as variable names.
You can sort the project variables by clicking on the Name column header. By default, variables are sorted in original order. Clicking once sorts them in ascending order, noted by a triangle pointing up. Clicking against sorts in descending order, noted by a triangle pointing down. Clicking a third time sorts in original order, with no triangle.
Each selection affects the settable options.
When you select a Unit Type, the choices in drop-down menu for the Units text box adapt to that unit type. For example, selecting Length as the Unit Type causes the Unit menu to show a range of metric and US units for length. Similarly, if you select the Unit Type as Resistance, the Units drop down lists a range of standard Ohm units.
The quantity can be a numerical value, a mathematical expression, or a mathematical function. The quantity entered will be the current, or default, value for the variable.
You return to the Properties dialog box. The new variable and its value are listed in the table. If the value is an expression, the evaluated value is shown. Updating the expression also changes the evaluated value display. The evaluated values of any dependent variables also are changed.


The Sweep check box lets you designate variables to include in solution indexing as a way to permit faster post processing. Variables with Sweep unchecked are not used in solution indexing. If a solution exists, checking or unchecking a variable’s Sweep setting produces a warning that the change will invalidate existing solutions. To continue, click OK to dismiss the warning dialog.
If a variable has dependent variables, the Sweep check box is disabled and cannot be changed.

The new variable can now be assigned to a parameter value in the project in which it was created.