Ask Your Question

Revision history [back]

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.