milestonexprotectwspython.xpwcapability

Module: xpwcapability.py

Revision History

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

@export
class XPWCapability:

Camera Capability information.

Threadsafety:

This class is fully thread-safe.

XPWCapability()

Initializes a new instance of the class.

Absolute: bool

Gets the Absolute property value.

Returns:

The Absolute property value.

Automatic: bool

Gets the Automatic property value.

Returns:

The Automatic property value.

CapabilityId: str

Gets the CapabilityId property value.

Returns:

The globally unique identifier of the capability.

Name: str

Gets the Name property value.

Returns:

The Name property value.

Relative: bool

Gets the Relative property value.

Returns:

The Relative property value.

Speed: bool

Gets the Speed property value.

Returns:

The Speed property value.

Start: bool

Gets the Start property value.

Returns:

The Start property value.

Stop: bool

Gets the Stop property value.

Returns:

The Stop property value.