Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It is easy to do in rev 33.7. I am not sure when this option was added. From the GUI:

Select "Delete all output channels" from the Dynamics menu.

In Python script:

psspy.delete_all_plot_channels()

In old realeases of PSSE it can be done by selecting Solution Parameters and setting "# Channels" to 0 and "Next Channel" to 1.

In Python script:

psspy.dynamics_solution_param_2([_i,0,_i,_i,_i,_i,_i,1],[_f,_f,_f,_f,_f,_f,_f,_f])