*systemcollector()
Creates a system collector in HMASCII format.
Syntax
*systemcollector (id,"name",color)
Type
HyperMesh HMASCII Command
Description
Creates a system collector in HMASCII format.
Inputs
- id
- The ID of the system collector.
- name
- The name of the system collector.
- color
- The color of the system collector. Valid values are 1-64.
Example
To create a system collector with ID 100, name "my-systemcol" and color 1:
*systemcollector(100,"my-systemcol",1)
Errors
Incorrect usage results in an import error.