Difference between revisions of "Command file format"
Jump to navigation
Jump to search
(Created page with "Command file format contains a sequence of commands written in SCL. Current version of the format supports commands separated by newlines. The first token of each line is the na...") |
|||
Line 4: | Line 4: | ||
Example: | Example: | ||
− | + | setComponentTransform "Configuration/NewGenericDiagram/ACT_01" 1.0 0.0 0.0 1.0 70.0 94.0 | |
− | + | setComponentTransform "Configuration/NewGenericDiagram/ACT_02" 1.0 0.0 0.0 1.0 130.0 77.0 |
Latest revision as of 16:52, 27 September 2011
Command file format contains a sequence of commands written in SCL.
Current version of the format supports commands separated by newlines. The first token of each line is the name of the command the subsequent tokens are integer, string or floating point parameters to the command.
Example:
setComponentTransform "Configuration/NewGenericDiagram/ACT_01" 1.0 0.0 0.0 1.0 70.0 94.0 setComponentTransform "Configuration/NewGenericDiagram/ACT_02" 1.0 0.0 0.0 1.0 130.0 77.0