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 the idea. The status has been changed to "Future consideration".
Stay tuned!