ConfigurationPreset

class ConfigurationPreset
property id

The id of the preset.

Type

str, read-only

property name

The name of the preset.

Type

str

Raises

ReadOnlyError -- If Database is in read only mode.

property symbols

The list of symbol of the preset.

Type

list(str)

Raises

ReadOnlyError -- If Database is in read only mode.

remove()

Delete this preset.

Raises

ReadOnlyError -- If Database is in read only mode.