First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Channel deletion

asked Oct 4 '16

Power_System_Engineer gravatar image

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

1 answer

Sort by » oldest newest most voted
0

answered Oct 4 '16

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])
link

Comments

Thank You!

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Oct 4 '16

Seen: 823 times

Last updated: Oct 04 '16