Documentation regarding classes for Python scripting
Hi everyone,
I am definitely not a Python expert, but I've been using PyFlux for quite some time now. I have always had issues guessing the structure of different classes for my scripts and was wondering if there was somewhere a document describing the different classes in PyFlux? If not, a simple screenshot of the classes définitions might help...
I am aware of solutions such as vars(myClassInstance), yet I cannot always find everything I want with this method. Is there another efficient method?
I also know that a lot of tricks can be learnt by checking the code of the provided macros...
For example, my most recent bother is that I am trying to implement a post-processing script that automatically generates reporting on a given scenario, but the control parameters can be mono or
multi value and I cannot know it beforehand. What is the class attribute of the pilot that tells me whether it is mono or multi? Multi defined by step value or by step number?
Than you very much for your help!
Romain