ITransceiverModel#

class ansys.stk.core.stkrfchannelmodeler.ITransceiverModel#

Base interface which defines common properties for a transceiver model.

Overview#

set_antenna_type

Set the transceiver’s antenna type.

type

Get the transceiver unique identifier.

supported_antenna_types

Get the supported antenna types.

antenna

Get the transceiver’s antenna settings.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import ITransceiverModel

Property detail#

property ITransceiverModel.type: TransceiverModelType#

Get the transceiver unique identifier.

property ITransceiverModel.supported_antenna_types: list#

Get the supported antenna types.

property ITransceiverModel.antenna: IAntenna#

Get the transceiver’s antenna settings.

Method detail#

ITransceiverModel.set_antenna_type(self, antenna_type: str) None#

Set the transceiver’s antenna type.

Parameters:

antenna_type : str

Returns:

None