Previous Topic

Next Topic

Book Contents

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:

  1. Start the block with the <SYSCONFIG tag.
  2. Optionally, specify a unique identifier for the parameter with the UUID attribute.
  3. 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.
  4. Assign a value of “0” to the TYPE attribute.
  5. Use the VALUE attribute to set the value of the parameter.
  6. Close the block with the /> symbol.
Send Feedback