ansys.scade.apitools.prop.pragma.remove_pragma#

ansys.scade.apitools.prop.pragma.remove_pragma(object_: scade.model.suite.Object, id: str) bool#

Remove the pragma ID from an object.

See the pragma example.

Parameters#

object_suite.Object

Element to search for the pragma.

idstr

ID of the pragma.

Returns#

bool

True when the pragma is found, False otherwise.