Skip to main content
Ctrl+K
Ansys SCADE ALM Gateway Python Toolbox - Home Ansys SCADE ALM Gateway Python Toolbox - Home
  • Getting started
  • User Guide
  • API reference
  • Contribute
  • Release notes
Ctrl+K
  • GitHub
Ctrl+K
  • Getting started
  • User Guide
  • API reference
  • Contribute
  • Release notes
  • GitHub

Section Navigation

  • ansys.scade.pyalmgw
    • connector
    • documents
      • Container
      • Element
      • HierarchyElement
      • ReqDocument
      • ReqObject
      • ReqProject
      • Requirement
      • Section
      • TraceabilityLink
    • llrs
    • stub
    • utils
  • PyAnsys
  • API reference
  • The ansys.scade.pyalmgw library
  • The documents.py module
  • TraceabilityLink

TraceabilityLink#

class ansys.scade.pyalmgw.documents.TraceabilityLink(owner: ReqProject, requirement: Requirement | None = None, source: str = '', target: str = '')#

Bases: ReqObject

Implements the TraceabilityLinkEntity complex type.

Overview#

parse

Parse the current object from an XML element.

attributes

Return the attributes to be serialized as a dictionary.

requirement

source

target

xml_tag

Import detail#

from ansys.scade.pyalmgw.documents import TraceabilityLink

Property detail#

property TraceabilityLink.attributes: Dict[str, str]#

Return the attributes to be serialized as a dictionary.

Attribute detail#

TraceabilityLink.requirement = None#
TraceabilityLink.source = ''#
TraceabilityLink.target = ''#
TraceabilityLink.xml_tag = 'TraceabilityLink'#

Method detail#

TraceabilityLink.parse(elem: Any)#

Parse the current object from an XML element.

On this page
  • ansys.scade.pyalmgw.documents.TraceabilityLink
  • Overview
  • Import detail
  • Property detail
    • attributes
  • Attribute detail
    • requirement
    • source
    • target
    • xml_tag
  • Method detail
    • parse()
  • Show Source

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

Created using Sphinx 8.1.3.

Built with the Ansys Sphinx Theme 1.3.2.
Last updated on