ekmdevice package

ekmdevice package.

version = '0.1.0b0'

ekmdevice version

Types

Exceptions

class EKMCommandError[source]

Device command failed.

class EKMDataError[source]

Data is invalid or communication error.

class EKMDeviceError[source]

Base class for all ekmdevice exceptions.

class EKMParamError[source]

Invalid parameter value.

Utility

normalize_address_str(address: str | SupportsInt | bytes) str[source]

Normalize a device address to a twelve digit zero padded numeric string.

normalize_version_str(version: str | SupportsInt | bytes) str[source]

Normalize a device version to the form v[0-9]+.