Can anyone give me a hint what is a meaning of STATUS parameter in command *setvalue ?
Manual provides only information : STATUS=<status>This sets an attribute status value. Valid values are 0, 1 or 2. Notice that STATUS must be capitalized.
I'm preparing automation script to create loadsteps and for example when swithing analysis type from default (Generic) to Linear Static, command uses STAUTS=1
*setvalue loadsteps id=-1 STATUS=1 4709=1; #{SUBCASE_ANALYSIS_TYPE}
when checking ANALYSIS box in SUBCASE OPTIONS command uses STATUS=2
*setvalue loadsteps id=-1 STATUS=2 4059=1; #{NAST_ANALYSIS}
I coudn't find anywhere explicit explanation of this parameter... is it on purpouse?