Returns the current global default PyTango green mode.
Returns: | the current global default PyTango green mode |
---|---|
Return type: | GreenMode |
Sets the global default PyTango green mode.
Advice: Use only in your final application. Don’t use this in a python library in order not to interfere with the beavior of other libraries and/or application where your library is being.
Parameters: | green_mode (GreenMode) – the new global default PyTango green mode |
---|