Ask Your Question
1

SKIP example in MON and SUB files

asked 2025-06-27 10:19:37 -0500

Hi ACCC experts,

I tried using the SKIP command in MON and SUB files and I failed in getting the desired results even though I followed how the PSSE manual describe using them to the best of my abilities. Can someone please provide an example of how to use SKIP properly.

My "appear to be" non-working MON and SUB files:

MON file

MONITOR BRANCHES IN SUBSYSTEM ABC

SKIP
999001 TO 999003
999001 TO 999004
999002 TO 999005
999002 TO 999006
END

END

SUB file

SUBSYSTEM 'ABC'
    JOIN
    AREA 123
    KVRANGE 100 999
    SKIP 888001
    SKIP 888002
    SKIP 888003
    END
END

Am I using the SKIP correctly? or is there more details to it?

I still see the skipped transmission lines and buses in the ACCC results. So, I have to be doing something wrong, but I can't figure it out.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2025-06-29 09:05:25 -0500

Vlad gravatar image

try to put in mon file skip part before MONITOR BRANCHES IN SUBSYSTEM ABC

edit flag offensive delete link more

Comments

Okies. I will try it and see.

Mohamed_M gravatar imageMohamed_M ( 2025-07-11 09:15:43 -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: 2025-06-27 10:19:37 -0500

Seen: 142 times

Last updated: Jun 29