![]() |
ctrlX Data Layer API for Python
3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
|
Public Member Functions | |
def | __init__ (self, C_DLR_FACTORY c_factory) |
Client | create_client (self, str remote) |
Provider | create_provider (self, str remote) |
def | get_handle (self) |
Factory class.
Definition at line 11 of file factory.py.
Client create_client | ( | self, | |
str | remote | ||
) |
Creates a client for accessing data of the system.
[in] | remote | Remote address of the data layer |
Definition at line 32 of file factory.py.
References Factory.__factory.
Provider create_provider | ( | self, | |
str | remote | ||
) |
Creates a provider to provide data to the datalayer.
[in] | remote | Remote address of the data layer |
Definition at line 43 of file factory.py.
References Factory.__factory.