pyuaf¶
pyuaf currently contains two modules:
pyuaf.utilfor common utility codepyuaf.clientfor all client related code.
It also contains these attributes:
pyuaf.__version__¶Version of the UAF/PyUAF.
pyuaf.initialized¶A
bool, telling you if the stack is initialized.The underlying OPC UA stack needs to be initialized before you use it. When you do:
import pyuafthen the stack is automatically initialized, and this attribute will be
True. If some error happens instead, the attribute will beFalse.