Gets attributes of response type.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(response_type), | intent(inout) | :: | response |
Response type. |
||
| character(len=RESPONSE_NAME_LEN), | intent(out), | optional | :: | name |
Name. |
|
| character(len=RESPONSE_UNIT_LEN), | intent(out), | optional | :: | unit |
Unit. |
|
| integer, | intent(out), | optional | :: | type |
Value type. |
|
| integer, | intent(out), | optional | :: | error |
Error code. |
|
| real(kind=r8), | intent(out), | optional | :: | value |
Value. |