Tscript command for viewing an operator's paramters?

I want to script the parameter window of an operator opening.
Is there a Tscript command for this? Thanks.

In network mode there is only the shortcut “p”, I think, though it is associated with “network.parameters” in the shortcuts configuration.

I don’t know if one can set those values through Tscript or Python.

In performance mode, one can use the fetch CHOP for displaying parameters of a selected operator.

theres also the parmls command which would be a way of listing it all although you’d have to roll your own control panel and that’d be very clumsy.