Ask Your Question
0

Channel deletion

asked 2016-10-04 09:44:48 -0500

Power_System_Engineer gravatar image

Is there a way to delete old channels from previous snap file?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-10-04 10:43:19 -0500

perolofl gravatar image

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])
edit flag offensive delete link more

Comments

Thank You!

Power_System_Engineer gravatar imagePower_System_Engineer ( 2016-10-06 14:10:04 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2016-10-04 09:44:48 -0500

Seen: 741 times

Last updated: Oct 04 '16