Setting configuration parameters with SYSCONFIG
Use the SYSCONFIG tag to specify the values of system configuration parameters. The format of the SYSCONFIG tag is as follows:
<SYSCONFIG
[UUID="id"]
CONFIGNAME="name"
TYPE="0"
VALUE="n"/>
To set the value of a system configuration parameter:
- Start the block with the <SYSCONFIG tag.
- Optionally, specify a unique identifier for the parameter with the UUID attribute.
- Specify the name of the configuration parameter by using the CONFIGNAME attribute. The SysConfig topic of MedML online help describes each parameter you can set.
- Assign a value of “0” to the TYPE attribute.
- Use the VALUE attribute to set the value of the parameter.
- Close the block with the /> symbol.