IResponse#
- class ansys.stk.core.stkrfchannelmodeler.IResponse#
Properties and data for a channel characaterization response.
Overview#
Get the response data in a single dimension. Reshape to a multi-dimensional array using the DataDimensions property from the derived response class. |
|
Get the receive antenna count. |
|
Get the transmit antenna count. |
|
Get the response type. |
Import detail#
from ansys.stk.core.stkrfchannelmodeler import IResponse
Property detail#
- property IResponse.data: list#
Get the response data in a single dimension. Reshape to a multi-dimensional array using the DataDimensions property from the derived response class.
- property IResponse.type: ChannelResponseType#
Get the response type.