- '
Marks text as a comment.
- abstorelative
Changes the reference to a file from absolute (root directory) to relative. The relative path will be the difference between path_1 and path_2.
- addfilepath
Adds a path to the search path used by Templex.
- append
Appends an output file to the end of a specified file.
- attach_note_at
Specifies the point to which a note is attached.
- attach_note_to
Specifies the curve to which a note is attached.
- automir
Returns a mirror factor (either 1 or -1) that is value-dependent, either by position of the centroid or the position of the min/max values relative to the x axis.
- close
Terminates output to the currently open output file.
- curval
Returns a vector value at the current animation timestep.
- curveedit
Trim, bridge, cut, or replace curves within a given range.
- define
Defines macros, headers, and footers.
- dictionary
Creates a dictionary in Templex.
- display_as_output
Automatically processes templates, auto_templex_report.
- echo
Sends a string or mathematical expression to the standard error stream.
- else
Defines an additional execution path for an if block.
- elseif
Defines a conditional execution path for an if block.
- enddefine
Completes a macro definition.
- endif
Completes an if block.
- endloop
Completes a loop construct.
- eval
Evaluates the contents of a string as an expression.
- exit
Terminates the current template.
- fileopen
Opens the file specified by the path and also returns a handle to the file.
- filereadstring
Reads data from the file based on the expression.
- for
Begins a loop construct.
- foreach
Loops once for each element in an array or list.
- format
Specifies the default format for numeric output.
- getcwd
Returns the path for the current working directory. If you switch directories in the console or when loading files, the current working directory path will follow.
- getvalueatindex
Retrieves a value from a vector.
- if
Begins an if block.
- include
Calls a template from within the current template.
- interpret_set
Allows you to set a variable using Templex.
- open
Opens a new output file.
- page
Inserts a page break.
- parameter
Defines a DOE parameter.
- path
Adds a directory path to a path list for included files.
- read
Returns a vector from the specified data file.
- readfill
Specifies a fill file to be read by Templex.
- readmac
Given a reference mode in one result file, readmac searches for the best matched mode shape in a target file using model assurance criteria (MAC).
- registerexternalfunction
Adds external math functions to a Templex template.
- registerexternalreader
Adds an external reader to a Templex template for importing results data.
- relativetoabs
Changes the reference to a file from relative to absolute.
- removefilepath
Removes a path from the search path used by Templex.
- report_animate
Enables text animation for the text client.
- rmax
Returns a vector where the value for each index is the maximum value from the range of index 0 to this index.
- safe_quotes_off
Turns off safe quotes.
- safe_quotes_on
Turns on safe quotes.
- set
Assigns a value to a variable within a template.
- sync2
Synchronizes two different vectors.
- sysarch
Returns the platform that Templex is being run on.
- system
Issues a command to the operating system.
- table
Formats multiple arrays into columns.
- templex_off
Turns off Templex statement processing until a templex_on statement is encountered.
- templex_on
Turns on Templex processing.
- undef
Undefines macros and turns off headers and footers.
- while
Begins a loop construct.