ValidationResponse ================== .. py:class:: ansys.stk.core.stkrfchannelmodeler.ValidationResponse The response from validating an analysis configuration. .. py:currentmodule:: ValidationResponse Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ValidationResponse.value` - Get the validation indicator. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ValidationResponse.message` - Get the validation message. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import ValidationResponse Property detail --------------- .. py:property:: value :canonical: ansys.stk.core.stkrfchannelmodeler.ValidationResponse.value :type: bool Get the validation indicator. .. py:property:: message :canonical: ansys.stk.core.stkrfchannelmodeler.ValidationResponse.message :type: str Get the validation message.