Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup PSCAD error using Python script #4

Open
ackurdeeve opened this issue Aug 19, 2024 · 0 comments
Open

Startup PSCAD error using Python script #4

ackurdeeve opened this issue Aug 19, 2024 · 0 comments

Comments

@ackurdeeve
Copy link

ackurdeeve commented Aug 19, 2024

The software's presumed reliance on automation scripts, while potentially efficient, presents a perplexing hurdle for dongle users. The unexpected emergence of account authentication halts operation, rendering PSCAD unusable.

A possible solution lies in introducing an authentication toggle within the script's parameters. Specifically, incorporating a "certificate" option, defaulting to "True," in the "mhrc.automation.launch_pscad" function could circumvent this issue. This modification would allow users to bypass the authentication step, enabling seamless PSCAD execution.

pscad_version = 'PSCAD 4.6.3 (x64)'
fortran_version = 'GFortran 4.6.2'

Launch specific PSCAD and Fortran version

pscad = mhrc.automation.launch_pscad(pscad_version=pscad_version, certificate=False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant