parameter tree not working?

20 views
Skip to first unread message

JMA 1

unread,
Apr 17, 2020, 3:35:29 PM4/17/20
to pyqtgraph
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
'

JMA 1

unread,
Apr 27, 2020, 9:18:47 PM4/27/20
to pyqtgraph
solved - the example was not very clear to me that you first get the parameter group name, then iterate through the children
J - 
Reply all
Reply to author
Forward
0 new messages