Skip to main content
Ctrl+K
PySTK - Home PySTK - Home
  • Getting started
  • User guide
  • API reference
  • Examples
  • Contribute
  • Artifacts
  • Release notes
Ctrl+K
  • GitHub
  • Getting started
  • User guide
  • API reference
  • Examples
  • Contribute
  • Artifacts
  • Release notes
Ctrl+K
  • GitHub

Section Navigation

  • The core library
    • 🖿 stkengine
    • 🖿 stkobjects
    • 🖿 stkrfchannelmodeler
      • IAnalysisConfigurationModel
      • IAnalysisLink
      • IAntenna
      • IProgressTrackCancel
      • IRadarAnalysisConfigurationModel
      • IResponse
      • ISceneContributorCollection
      • ITransceiverModel
      • Analysis
      • AnalysisConfiguration
      • AnalysisConfigurationCollection
      • AnalysisLink
      • AnalysisLinkCollection
      • CommunicationsAnalysisConfigurationModel
      • CommunicationsTransceiverConfiguration
      • CommunicationsTransceiverConfigurationCollection
      • CommunicationsTransceiverModel
      • CommunicationsWaveform
      • ComputeOptions
      • ElementExportPatternAntenna
      • Extent
      • FacetTileset
      • FacetTilesetCollection
      • FarFieldDataPatternAntenna
      • FrequencyPulseResponse
      • GpuProperties
      • Material
      • ParametricBeamAntenna
      • RadarImagingDataProduct
      • RadarImagingDataProductCollection
      • RadarISarAnalysisConfigurationModel
      • RadarISarAnalysisLink
      • RadarSarAnalysisConfigurationModel
      • RadarSarAnalysisLink
      • RadarSarImageLocation
      • RadarSarImageLocationCollection
      • RadarTargetCollection
      • RadarTransceiverConfiguration
      • RadarTransceiverConfigurationCollection
      • RadarTransceiverModel
      • RadarWaveform
      • RangeDopplerResponse
      • SceneContributor
      • SceneContributorCollection
      • STKRFChannelModeler
      • Transceiver
      • TransceiverCollection
      • ValidationResponse
      • ≔ AnalysisConfigurationComputeStepMode
      • ≔ AnalysisConfigurationModelType
      • ≔ AnalysisResultsFileMode
      • ≔ AnalysisSolverBoundingBoxMode
      • ≔ ChannelResponseType
      • ≔ ImageWindowType
      • ≔ PolarizationType
      • ≔ TransceiverMode
      • ≔ TransceiverModelType
    • 🖿 utilities
    • 🗎 analysis_workbench
    • 🗎 graphics
    • 🗎 stkdesktop
    • 🗎 stkruntime
    • 🗎 stkutil
    • 🗎 stkx
    • 🗎 uiapplication
    • 🗎 uicore
  • The extensions module
  • PyAnsys
  • API reference
  • The core library
  • The stkrfchannelmodeler module
  • IAnalysisLink

IAnalysisLink#

class ansys.stk.core.stkrfchannelmodeler.IAnalysisLink#

Properties for a transceiver link for an analysis.

Overview#

compute

Compute the analysis link at the given time.

name

Get the analysis link name.

transmit_transceiver_identifier

Get the transmit transceiver identifier.

transmit_transceiver_name

Get the transmit transceiver name.

receive_transceiver_identifier

Get the receive transceiver identifier.

receive_transceiver_name

Get the receive transceiver name.

transmit_antenna_count

Get the transmit antenna count.

receive_antenna_count

Get the receive antenna count.

analysis_intervals

Get the analysis intervals array.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import IAnalysisLink

Property detail#

property IAnalysisLink.name: str#

Get the analysis link name.

property IAnalysisLink.transmit_transceiver_identifier: str#

Get the transmit transceiver identifier.

property IAnalysisLink.transmit_transceiver_name: str#

Get the transmit transceiver name.

property IAnalysisLink.receive_transceiver_identifier: str#

Get the receive transceiver identifier.

property IAnalysisLink.receive_transceiver_name: str#

Get the receive transceiver name.

property IAnalysisLink.transmit_antenna_count: int#

Get the transmit antenna count.

property IAnalysisLink.receive_antenna_count: int#

Get the receive antenna count.

property IAnalysisLink.analysis_intervals: list#

Get the analysis intervals array.

Method detail#

IAnalysisLink.compute(self, time: float) → IResponse#

Compute the analysis link at the given time.

Parameters:

time : float

Returns:

IResponse

previous

IAnalysisConfigurationModel

next

IAntenna

On this page
  • ansys.stk.core.stkrfchannelmodeler.IAnalysisLink
  • Overview
  • Import detail
  • Property detail
    • name
    • transmit_transceiver_identifier
    • transmit_transceiver_name
    • receive_transceiver_identifier
    • receive_transceiver_name
    • transmit_antenna_count
    • receive_antenna_count
    • analysis_intervals
  • Method detail
    • compute()
Edit on GitHub
  • Show Source

© Copyright (c) 2025 ANSYS, Inc. All rights reserved.

Created using Sphinx 7.4.7.

Built with the Ansys Sphinx Theme 1.5.3.
Last updated on