GetPropEvaluatedValue
Returns the Evaluated-Value for Value-Property and Variable. Returns the Property-value as text string for other property types
Note:
This command is not supported by the EMIT and Circuit design types.
| UI Access | N/A | ||||||
| Parameters |
|
||||||
| Return Value | String value of the evaluated value. |
| Python Syntax | GetPropEvaluatedValue (<PropName>) |
| Python Example |
oVar = oDesign.GetChildObject(" Variables/var") oVar.GetPropEvaluatedValue() |