Property#

class Property(uuid, name, possible_values)#

Bases: object

Class to represent a CATMA Property

Parameters
  • uuid (str) – The property’s UUID.

  • name (str) – The property’s name.

  • possible_values (list) – The property’s possible value.

uuid: str#

The property’s UUID.

name: str#

The property’s name.

possible_value_list: list#

The list of possible property values that gets displayed in CATMA’s property window.