IResponse#

class ansys.stk.core.stkrfchannelmodeler.IResponse#

Properties and data for a channel characaterization response.

Overview#

data

Get the response data in a single dimension. Reshape to a multi-dimensional array using the DataDimensions property from the derived response class.

receive_antenna_count

Get the receive antenna count.

transmit_antenna_count

Get the transmit antenna count.

type

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.receive_antenna_count: int#

Get the receive antenna count.

property IResponse.transmit_antenna_count: int#

Get the transmit antenna count.

property IResponse.type: ChannelResponseType#

Get the response type.