CommSystem#
- class ansys.stk.core.stkobjects.CommSystem#
Bases:
ISTKObject
,ILifetimeInformation
Class defining a CommSystem object.
Overview#
Set the link selection criteria by name. |
|
Unconditionally computes the CommSystem. |
|
Unconditionally clears any computed values of the CommSystem. |
Get the transmitter collection. |
|
Get the receiver collection. |
|
Get the interference source collection. |
|
Get or set the option for calculating interference. |
|
Get or set the reference bandwidth. |
|
Get or set the constraining role. |
|
Allow configuring the time period. |
|
Get or set the step size. |
|
Get or set the save mode. |
|
Get the access options. |
|
Get the link selection criteria. |
|
Get the 2D Graphics properties for the CommSystem. |
|
Get the 3D Graphics properties for the CommSystem. |
|
Get or set whether the emitters from each receiver is included in their interference computation. |
Import detail#
from ansys.stk.core.stkobjects import CommSystem
Property detail#
- property CommSystem.transmitters: ObjectLinkCollection#
Get the transmitter collection.
- property CommSystem.receivers: ObjectLinkCollection#
Get the receiver collection.
- property CommSystem.interference_sources: ObjectLinkCollection#
Get the interference source collection.
- property CommSystem.calculate_interference: bool#
Get or set the option for calculating interference.
- property CommSystem.reference_bandwidth: CommSystemReferenceBandwidth#
Get or set the reference bandwidth.
- property CommSystem.constraining_role: CommSystemConstrainingRole#
Get or set the constraining role.
- property CommSystem.time_period: ITimeToolTimeIntervalSmartInterval#
Allow configuring the time period.
- property CommSystem.save_mode: CommSystemSaveMode#
Get or set the save mode.
- property CommSystem.access_options: CommSystemAccessOptions#
Get the access options.
- property CommSystem.link_selection_criteria: ICommSystemLinkSelectionCriteria#
Get the link selection criteria.
- property CommSystem.graphics: CommSystemGraphics#
Get the 2D Graphics properties for the CommSystem.
- property CommSystem.graphics_3d: CommSystemGraphics3D#
Get the 3D Graphics properties for the CommSystem.
Method detail#
- CommSystem.set_link_selection_criteria_type(self, value: CommSystemLinkSelectionCriteriaType) None #
Set the link selection criteria by name.
- Parameters:
value :
CommSystemLinkSelectionCriteriaType
- Returns: