ansys.scade.apitools.prop.pragma.set_pragma_text#
- ansys.scade.apitools.prop.pragma.set_pragma_text(object_: scade.model.suite.Object, id: str, text: str) bool #
Update the pragma ID of an object with a new ID.
Delete the pragma when the text is empty.
Create a new pragma when no pragma ID exists yet.
Return whether the model is modified.
See the pragma example.