::hwat::utils::CreateOutputblock

Creates an outputblock.

Syntax

::hwat::utils::CreateOutputblock str_baseName n_entityList str_template {str_entityType node}

Arguments

str_baseName
Name to use for the outputblock. Should be unique.
n_entityList
List of entities to put into the outputblock.
str_template
Solver template (needed for the CreateCollector command).
str_entityType
Type of entity that the outputblock will hold (default = node).
Optional.

Returns

Success
Outputblock ID
Failure
{}

Example

::hwat::utils::CreateOutputblock ralph [list 1 3 5 7 9] c:/altair/hw6.1x5/templates/feoutput/ls-dyna/dyna.key

Comments