ValidationResponse# class ansys.stk.core.stkrfchannelmodeler.ValidationResponse# The response from validating an analysis configuration. Overview# Properties value Get the validation indicator. message Get the validation message. Import detail# from ansys.stk.core.stkrfchannelmodeler import ValidationResponse Property detail# property ValidationResponse.value: bool# Get the validation indicator. property ValidationResponse.message: str# Get the validation message.