RFInterference#

class ansys.stk.core.stkobjects.RFInterference#

Class defining radar jamming.

Overview#

enabled

Get or set whether the interference is enabled or disabled.

include_active_comm_system_interference_emitters

Get or set whether the emitters from the active CommSystem object are included in their interference computation.

emitters

Get the interference emitters collection.

Import detail#

from ansys.stk.core.stkobjects import RFInterference

Property detail#

property RFInterference.enabled: bool#

Get or set whether the interference is enabled or disabled.

property RFInterference.include_active_comm_system_interference_emitters: bool#

Get or set whether the emitters from the active CommSystem object are included in their interference computation.

property RFInterference.emitters: ObjectLinkCollection#

Get the interference emitters collection.