simetrix.SetComponentValueResult¶
- class simetrix.SetComponentValueResult¶
Bases:
objectReturn value from
SetComponentValue()andGetComponentValue()methods.Methods
Attributes
Instance that was interrogated or/and modified.
Debug error message.
Parameter or property that was modified or fetched.
Full path of hierarchical schematic that contained the part that was processed.
Status code.
Component value.
- property message: set¶
Debug error message. This has more detailed information than the error code.
- property parameter: str¶
Parameter or property that was modified or fetched.
- property path: str¶
Full path of hierarchical schematic that contained the part that was processed.
- property status: SetComponentValueStatus¶
Status code.
- property value: str¶
Component value.