With the TreeWidget example, what is the syntax at access the parametertree members and values?
The syntax of parameter[child_name] produces not found and the same with parameter.child(child_name).
Any idea?
children names tried -> 'Input Channel ConfigurationBasic parameter data types', 'Integer', 'Float'
example:
test = params.child('Integer')
test.value()
same result as params['Integer'] with not found
Any guidance would be greatly appreciated.
Cheers,
J
'