Adds a user defined custom analysis property to the setup user defined in structure and analysis groups.
Syntax |
Description |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
addanalysisprop("property name", type, value); |
Adds a analysis property to a selected object group. The name is set to "property name". The type is an integer from 0 to 5. The corresponding variable types are
The value of the user property is set to value. |
Example
Add a length variable called "Pname" as input parameter for the analysis group
addanalysisgroup; set("name","group"); addanalysisprop("Pname", 2, 1e-6); # 2 represents Length
See Also
Manipulating objects , addstructuregroup , runsetup , addanalysisgroup , addanalysisresult