Is there anyway I can carry out the following 2 tasks inside VS code without ever manually open LSPP
1) open LSPP (I can do this without using pyDPF or anything ansys related, with subprocess for example).
2) I need a way to run a command as if I am typing directly into the command window in LSPP such as (runpython path_to_py_file)
that's it, I just want to run automation without having to type a command inside LSPP.