ansys.scade.apitools.prop.pragma.get_pragma_text#
- ansys.scade.apitools.prop.pragma.get_pragma_text(object_: scade.model.suite.Object, id: str) str #
Get the text of the pragma ID for an object.
Return an empty string if the pragma does not exist, assuming this is the default value.
Raise the
TypeError
exception when the pragma exists but is not textual.
See the pragma example.