# GWA Command

WARNING

GSA-Grasshopper plugin is pre-release and under active development, including further testing to be undertaken. It is provided "as-is" and you bear the risk of using it. Future versions may contain breaking changes. Any files, results, or other types of output information created using the plugin should not be relied upon without thorough and independent checking.

Icon
GWA Command

# Description

Create a model from a GWA string, inject data into a model using GWA command, or retrieve model data or results through a GWA command.

# Input parameters

Icon Type Name Description
ModelParam Model GSA Model (Optional) Existing model to inject GWA command(s) into. Leave this input empty to create a new model from GWA string.
TextParam Text List GWA string GWA string from GSA. Right-click on any data, and select copy all. Paste into notepad to check the data.
This input takes a a list of text strings that will automatically be joined. Construct a tree structure if you want to create multiple files.
The syntax of the command is based on GWA syntax and the units follow the GWA unit syntax; –
Refer to the “Keywords” document for details.
Note that locale is set to use '.' as decimal separator.
Right-click -> Help for further infor on GWA Commands.

# Output parameters

Icon Type Name Description
ModelParam Model Model GSA Model parameter
GenericParam Generic Returned result The 'variant' return value from executing a GWA command issued to GSA.
The syntax of the command is based on GWA syntax and the units follow the GWA unit syntax; –
Refer to the “GSA Keywords” document for details.
Note that locale is set to use '.' as decimal separator.
Right-click -> Help for further infor on GWA Commands.