ToolPropDataExchange#
- class ansys.scade.guitools.data.ToolPropDataExchange(tool: str)#
Bases:
DataExchangeMeans to serialize values as project tool properties.
A tool property is a project property which name has the following syntax:
@, where: is a name for discriminating homonymous properties andis the name of the property.For example:
@GENERATOR:TARGET_DIRParameters#
- toolstr
Name of the tool to build the project property’s name: first token after
@.
Initialize the tool property data exchange instance.
Overview#
Import detail#
from ansys.scade.guitools.data import ToolPropDataExchange
Attribute detail#
- ToolPropDataExchange.tool#