transport_neos Namespace Reference
Variables | |
string | xml |
ws = GamsWorkspace(system_directory = sys.argv[1]) | |
string | model = 'trnsport' |
ssl_context = ssl.create_default_context() | |
neos = xmlrpc.client.ServerProxy('https://neos-server.org:3333', context=ssl_context) | |
alive = neos.ping() | |
jobNumber | |
password | |
int | offset = 0 |
bool | echo = True |
string | status = '' |
result = result.data.decode() | |
end | |
Variable Documentation
◆ alive
transport_neos.alive = neos.ping() |
Definition at line 37 of file transport_neos.py.
◆ echo
bool transport_neos.echo = True |
Definition at line 58 of file transport_neos.py.
◆ end
transport_neos.end |
Definition at line 68 of file transport_neos.py.
◆ jobNumber
transport_neos.jobNumber |
Definition at line 50 of file transport_neos.py.
◆ model
string transport_neos.model = 'trnsport' |
Definition at line 29 of file transport_neos.py.
◆ neos
transport_neos.neos = xmlrpc.client.ServerProxy('https://neos-server.org:3333', context=ssl_context) |
Definition at line 36 of file transport_neos.py.
◆ offset
transport_neos.offset = 0 |
Definition at line 57 of file transport_neos.py.
◆ password
transport_neos.password |
Definition at line 50 of file transport_neos.py.
◆ result
transport_neos.result = result.data.decode() |
Definition at line 62 of file transport_neos.py.
◆ ssl_context
transport_neos.ssl_context = ssl.create_default_context() |
Definition at line 32 of file transport_neos.py.
◆ status
transport_neos.status = '' |
Definition at line 59 of file transport_neos.py.
◆ ws
transport_neos.ws = GamsWorkspace(system_directory = sys.argv[1]) |
Definition at line 25 of file transport_neos.py.
◆ xml
string transport_neos.xml |
Initial value:
Definition at line 11 of file transport_neos.py.