General multisim Stage Keywords
The keywords that can be used in any stage of the multisim job are listed in Table 1.
|
Keyword |
Description |
|
|
File name pattern of the stage data file. If it is set to an empty string, then the data of this stage is not packaged and compressed. Default: |
|
|
Pattern for the names of the directories used by subjobs of this stage. Default: |
|
|
some_stage {
effect_if = [[true] {a = 1}]
a = 2
}
In this example, the condition is constant true, and the setting a = 1 will always take effect, and overwriting the a = 2 in the outer block. |
|
|
Options to add to the command to run Desmond. |
|
|
Jobname pattern for subjobs of this stage. Default: |
|
|
Value of the |
|
|
Skip this stage. Allowed values: |
|
|
Do not start this stage until all subjobs of the previous stage finish successfully. Allowed values: |
|
|
File name of the final output structure file. This keyword is only effective when set in the last stage, and the setting can be overwritten by the |
|
|
The title for the stage. Default: no title specified. |
|
|
Transfer a subjob's output files as soon as it is finished. This can be useful for stages with multiple subjobs. Allowed values: true, false. Default: false. |