milestonexprotectwspython.xpwrecordersequencetype

Module: xpwrecordersequencetype.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWRecorderSequenceType:

Represents a sequence type.

Threadsafety:

This class is fully thread-safe.

XPWRecorderSequenceType()

Initializes a new instance of the class.

RECORDING_SEQUENCE: str = 'F9C62604-D0C5-4050-AE25-72DE51639B14'

Recording sequence type id (F9C62604-D0C5-4050-AE25-72DE51639B14).

MOTION_SEQUENCE: str = '53CB5E33-2183-44bd-9491-8364D2457480'

Motion sequence type id (53CB5E33-2183-44bd-9491-8364D2457480).

RECORDING_WITH_TRIGGER_SEQUENCE: str = '0601D294-B7E5-4d93-9614-9658561AD5E4'

Recording with trigger sequence type id (0601D294-B7E5-4d93-9614-9658561AD5E4).

Id: str

Gets the Id property value.

Returns:

The unique identifier of the sequence type.

Name: str

Gets the Name property value.

Returns:

The name of the sequence type.