Channel deletion
Is there a way to delete old channels from previous snap file?
add a comment
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Is there a way to delete old channels from previous snap file?
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])
Asked: 2016-10-04 09:44:48 -0500
Seen: 789 times
Last updated: Oct 04 '16