Currently, class parameters can be called in ObjectScript in the following way:
write ..#ParameterName
The same construction in Embedded Python looks like this:
import irisprint(iris.cls('ClassName')._GetParameter("ParameterName")
Could it be simplified it to:
self.ParameterName?
Thank you for submitting an idea for the Ideas contest. The status changed to "Ideas Contest".
Please answer the experts' clarifying questions, if any, during the contest and voting period.