Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to monitor induction machine speed deviation?

I have some CIM5BL models in the dyr file. While adding the output channel, i want to monitor their speed deviations. Is there any other way to do this besides using:
psspy.state_channel()

I was looking for something systematic, where i can input the corresponding load bus number and state index, instead of having to track the state index of the induction machine, from the entire state space. For example, when monitoring the speed deviation of a generator i can use something like:
psspy.machinearraychannel(status, id, ident) and provide the machine bus no., machine id and the index for Speed deviation.

Is there anything similar for induction machines?