IResponse#

class ansys.stk.core.stkrfchannelmodeler.IResponse#

Properties and data for a channel characaterization response.

Overview#

type

Get the response type.

data

Get the response data.

transmit_antenna_count

Get the transmit antenna count.

receive_antenna_count

Get the receive antenna count.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import IResponse

Property detail#

property IResponse.type: ChannelResponseType#

Get the response type.

property IResponse.data: list#

Get the response data.

property IResponse.transmit_antenna_count: int#

Get the transmit antenna count.

property IResponse.receive_antenna_count: int#

Get the receive antenna count.