SDK for N1081B / DT1081B for Python, as a package.
You can install it using:
pip install https://github.com/ENRG-tr/N1081B-SDK-Python.git
Import the package, and initialize N1081B SDK:
from n1081b import N1081B
device = N1081B("host:port")
device.login("password")
# ...