pyuaf.util.monitoringmodes

This module defines the monitoring modes of monitored items.

  • Attributes:

    monitoringmodes.Disabled = 0

    The data source is not monitored.

    monitoringmodes.Sampling = 1

    The data source is being sampled, but not reported.

    monitoringmodes.Reporting = 2

    The data source is being sampled and reported.

  • Functions:

    pyuaf.util.monitoringmodes.toString(monitoringMode)

    Get a string representation of the monitoring mode.

    Parameters:monitoringMode (int) – The monitoring mode, e.g. pyuaf.util.monitoringmodes.Reporting.
    Returns:The name of the monitoring mode, e.g. ‘Reporting’.
    Return type:str