PLANTA customizer APIs Current: interface - Systems interface - Systems Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar. This topic discusses the Systems feature provided by the PLANTA link API.ClassesSystemMethodsFunctionParametersReturn ValueDescriptionSystem.__eq__(self, other)other: Another System instanceTrue or FalseCheck whether a system is equal to anotherSystem.__hash__(self)IntegerReturns a hash based on UUIDSystem.__init__(self, system_id)system_id: UUIDInstanceInitialize a new System instance.System.create_conditional(self, classname, parameter, expected_value)classname: Prüfklasseparameter: Erwarteter Wertexpected_value: ErwartetUUIDCreates a new system conditional and saves it to the database. If the system could not be created, a ValueError is raisedSystem.delete(self)Delete this systemClassmethodsFunctionParametersReturn ValueDescriptionSystem.create(cls, creation_parameters)creation_parameters: Any python id from table 568 that should have a custom valueAn instance of the newly created system. The class is based on the class that create() is called from.Create a new system record. If the system could not be created a ValueError is raised.System.get_active_system(cls)System or NoneGet the currently active System instanceSystem.get_active_system_id(cls)UUID or NoneRetrieve the UUID of the currently active systemStaticmethodsFunctionParametersReturn ValueDescriptionSystem.get_all_system_ids()A list of UUIDFetches the UUID of all systems stored in the databasePropertiesPropertyGetterSetterDescriptionSystem.is_activeReturns True when all conditionals of this system meet their expected valueRegtestSystemMethodsFunctionParametersReturn ValueDescriptionRegtestSystem.__enter__(self)RegtestSystem instanceEnter the contextRegtestSystem.__exit__(self, *exc_details)exc_details: Exception detailsLeave the context, deleting the RegtestSystem ×