Client
- class excentis.xra31.Client(address: str = 'localhost')
A Python client for the XRA-31.
- address
The XRA-31’s address.
- min_server_version
The minimal XRA-31 server version.
- timeout
The XRA-31’s request timeout in seconds (read/connect).
- configuration
The
Configuration
object.
- system_serial
The XRA-31’s system serial.
- company
The XRA-31’s licensed company.
- try_full_access() bool
Try to enter full access mode.
- Returns
True
if successful,False
otherwise.- Return type
- apply(description: dict) None
Apply an XRA-31 configuration.
- Parameters
description (dict) – The configuration description (
describe()
).