1

SKIP example in MON and SUB files

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.

Mohamed_M's avatar
91
Mohamed_M
asked 2025-06-27 10:19:37 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

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

Vlad's avatar
21
Vlad
answered 2025-06-29 09:05:25 -0500
edit flag offensive 0 remove flag delete link

Comments

Okies. I will try it and see.

Mohamed_M's avatar Mohamed_M (2025-07-11 09:15:43 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer