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.ObjectElement to search for the pragma. idstrID of the pragma. Returns: boolTrue when the pragma is found, False otherwise.