Ask Your Question

QuangNguyen's profile - activity

2017-04-12 20:02:24 -0500 received badge  Famous Question (source)
2017-03-09 19:48:22 -0500 received badge  Notable Question (source)
2017-03-09 10:00:55 -0500 commented answer Retrieve ASCC result and process it in Python

Thank you very much!

2017-03-08 22:18:24 -0500 received badge  Popular Question (source)
2017-03-07 04:15:39 -0500 asked a question Retrieve ASCC result and process it in Python

Hi,

By using ASCC command in PSSE, we can get the Thevenin impedance in the Output bar of PSSE. However, I would like to retrieve this Thevenin impedance value in Python environment in order to conduct further calculation. Can anyone help please!

Best regards,

Quang

2014-07-15 05:19:08 -0500 received badge  Famous Question (source)
2014-04-28 03:54:24 -0500 received badge  Notable Question (source)
2014-03-27 01:04:23 -0500 received badge  Popular Question (source)
2014-03-26 23:10:15 -0500 received badge  Student (source)
2014-03-18 22:41:37 -0500 asked a question Read keyboard input directly in progress window, not terminal read

Hi everyone,

When I use "raw_input" function to read keyboard input, a "terminal read" window pops up so that I can enter my data there.

It works fine, but I would like to know if we can type our data directly in progress window of PSSE, just like when PSSE asks us to enter choice for its function, such as:

 ACTIVITY? vchk kv

   ENTER OUTPUT DEVICE CODE:

    0 FOR NO OUTPUT               1 FOR REPORT DEVICE

    2 FOR A FILE                  3 FOR DEFAULT PRINTER

    6 FOR ALTERNATE SPOOL DEVICE  7 FOR PROGRESS DEVICE:

   7

   ENTER MIN, MAX BASE KV
   750 750

   ENTER VMAX, VMIN: 1.05 0.95

Thanks,