dm_response_get Subroutine

public pure elemental subroutine dm_response_get(response, name, unit, type, error, value)

Gets attributes of response type.

Arguments

Type IntentOptional 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.