The following commands are available: buildlevelDisplays the version, creation date, and creation time of the current Isight installation. If connected to a SIMULIA Execution Engine, the version of the software running on the SIMULIA Execution Engine is also displayed. commandStarts the interactive command mode or reads commands from a file. This mode allows you to use all Command Line Client arguments without the fipercmd prefix, and eliminates having to log on to the SIMULIA Execution Engine with each command execution. In effect, you “log on to” the Command Line Client and the SIMULIA Execution Engine, and can directly execute all available arguments. When you use the interactive command mode, your default prompt changes to the > prompt. You can exit the interactive mode using the quit command.
contentsDisplays summary information for the model. The information includes the number of components, parameters (including type), and files (including type).
diffCompares two models and provides a list of the differences found between them, including components, parameters, and properties that have been changed, added, or removed. The two models to be compared can either come from a file stored on disk or from a model published to the Isight library.
The following is an example of comparing files on the local disk and sending the output to a file: diff file1:c:\AirplaneSizingDOE.zmf file2:c:\AirplaneSizingDOEv2.zmf output:c:\results.txt The following is an example of comparing files in the Isight library and sending the output to the screen: diff name1:mymodels.airplane.AirplaneSizingDOE name2: mymodels.airplane.AirplaneSizingDOE version1:1.0 version2:2.0 echoEchoes the rest of the command line to the terminal. It is useful in command scripts to print progress messages.
exitCloses the Command Line Client (interactive mode). This is the same as the quit command. helpDisplays a list of all available commands. To get help on a specific command type, help command (where command is the command name). liclist feature:featurenameDisplays a list of license checkouts for a specific feature. packPacks a model for shipment. The model to be packed can be either on disk or in the Isight library.
quitCloses the Command Line Client (interactive mode). userDisplays the current user’s details. |