Skip to content

StateDMI / Command / ReadControlFromStateMod


Overview

The ReadControlFromStateMod command (for StateMod) reads a StateMod control file, which contains global parameters for the data set. The primary purpose of this command currently is to facilitate software testing of reading and writing the control file; however, in the future the functionality may be enhanced. The response file can be written using the WriteControlToStateMod command.

Command Editor

The following dialog is used to edit the command and illustrates the command syntax.

ReadControlFromStateMod command editor

ReadControlFromStateMod Command Editor (see also the full-size image)

Command Syntax

The command syntax is as follows:

ReadControlFromStateMod(Parameter="Value",...)

Command Parameters

Parameter             Description Default          
InputFile
required
The name of the StateMod control file to read. None – must be specified.

Examples

See the automated tests.

Troubleshooting

See the main troubleshooting documentation

See Also