Hi,
I'm back with questions regarding Python/PyFlux. I'm trying to determine the current application in a script. I have two questions:
1. In my tests, I found out that my current application is always Application[2]. Why is there no Application[0], and why is Application[1] the pre-processor?
2. When I type 'Application[2]' in the PyFlux command line, I get 'ApplicationMagneticTransient3D[2]', which would be good for me to determine the application. Yet, when I assign it to a variable 'myVar = Application[2]', a print of that variable returns '2'. I can't seem to get the information I want. There must be a python mechanism that I don't understand, and it might be useful for several other tasks in Flux.
Thank you very much in advance!
Romain