Subroutine Type |
Utility/Data Access |
|||||||||||
Definition |
This subroutine modifies the attribute accessed by the last MODFNC or MODSET call. |
|||||||||||
Use |
This subroutine must be preceded by MODFNC or MODSET calls. It modifies the same Element/ID referenced by the preceding MODFNC or MODSET until another MODFNC or MODSET with a different Element ID is called. You can have multiple SET_ATTRIBUTE calls after a preceding MODFNC or MODSET call. |
|||||||||||
Calling Syntax |
FortranSUBROUTINE SET_ATTRIBUTE(INPUT, INFO)
Cc_set_attribute(input, info)
Pythoninfo = py_set_attribute(input)
MATLABinfo = m_set_attribute(input) |
|||||||||||
Input Arguments |
[string] INPUT |
The value of the attribute, cast as character string. |
||||||||||
[integer] INFO |
The information about the call status or return value type. A negative value indicates failure in modifying the model data.
|
|||||||||||
Output Values |
None. |