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