Python scripting OLP Core - Operators

OlpCorePythonBaseOperator

Previous  Chapter  Next

 

Methods

 

GetLogOperator(): OlpCorePythonLogOperator

 

 

o

return

log operator

 

Gets log operator interface.

 

GetCurrentLanguage(): string

 

 

o

return

returns the current language code in the format xx-XX

 

Gets the language code of the currently active language in FastSuite E2

 

GetWindowsEnvironmentVariable(string variableName): string

 

 

o

in

the Name of the desired Windows Variable

 

o

return

returns the Value of the desired Variable, empty if the Variable does not exist.

 

Gets a desired Windows Environment Variable cause Python Command os.environ.get does not work

 


 


Previous
Previous page
Chapter
Chapter page
Next
Next page