pyuaf.client.monitoreditemstates

This module defines the monitored item states, from the point of view of the client.

  • Attributes:

    monitoreditemstates.Created = 0

    The monitored item is created on the server.

    monitoreditemstates.NotCreated = 1

    The monitored item is NOT created on the server.

  • Functions:

    pyuaf.client.monitoreditemstates.toString(monitoredItemState)

    Get a string representation of the monitored item state.

    Parameters:monitoredItemState (int) – The monitored item state, e.g. pyuaf.client.monitoreditemstates.Created.
    Returns:The name of the monitored item state, e.g. ‘Created’.
    Return type:str