ansys.scade.apitools.prop.pragma.remove_pragma_tool#

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

Remove the pragma from an object.

See the pragma_tool example.

Parameters:
object_suite.Object

Element to search for the pragma.

idstr

ID of the pragma.

keystr

First token of the pragma.

Returns:
bool

True if the pragma is found, False otherwise.