Set of Parameter values: We use youtube tutorial to renderize menu and its default values. We coud store every value to a dictionary. But we hope there is a more straight way to obtain all parameters values via viewerAPI? A complete set of parameter values?
Thanks!
Please explain what you mean by āa more straight way to obtain all parameters values via viewerAPIā.
Using the session.parameters
interface, you have access to the list of all parameters and their values, which gives a direct way to retrieve all current parameter values.
1 Like
Thanks, with your mention to āsession.parameters interfaceā I was able to find the complete set of parameters values.
1 Like