First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You also need to add a plant for that machine, as indicated by the error message you're getting.
Search the API documentation for plantdataN(), where "N" is applicable to the version of PSS/e you're using. For example plantdata4().
2 | No.2 Revision |
You also need to add a plant for that machine, as indicated by the error message you're getting.
Search the API documentation for
plantdata
N(),N()
where "N" is applicable to the version of PSS/e you're using. For example example
plantdata
4().4()
3 | No.3 Revision |
You also need to add a plant for that machine, as indicated by the error message you're getting.
Search the API documentation for
plantdataN()
plant_data_N()
where "N" is applicable to the version of PSS/e you're using. For example
plant_data_4()
plantdata4()