Access parameter via DisplayText
Options

Florian Reithemann
Member Posts: 2
**
in Structures
Is there a possibility to access a parameter via DisplayText, e.g.
PAR01 = wbjn.ExecuteCommand(ExtAPI,"""returnValue(Parameters.GetParameter(DisplayText="Test").Expression)""")?
Currently I am doing this by use of the parameter name: PAR01 = wbjn.ExecuteCommand(ExtAPI,"""returnValue(Parameters.GetParameter(Name="P1").Expression)""").
Due to being in development stage the parameter name is changing whereas the DisplayText stays the same.
0