4.1.2.2. pamtra2.configuration

4.1.2.2.1. Module Contents

4.1.2.2.1.1. Classes

SettingsSection

Like a dict, but with .freeze() method and .__frozen attribute. If frozen,

Settings

Like a dict, but with .freeze() method and .__frozen attribute. If frozen,

4.1.2.2.1.2. Attributes

DEFAULT_RADAR_SIMULATOR

DEFAULT_RADAR_PROPERTIES

DEFAULT_HYDROMETEOR_PROPERTIES_BY_TYPE

DEFAULT_GENERAL

DEFAULT_SETTINGS

class SettingsSection(*args, **kwargs)[source]

Bases: dict

Like a dict, but with .freeze() method and .__frozen attribute. If frozen, no more keys can be added.

freeze(self)[source]
unfreeze(self)[source]
__setitem__(self, key, value)[source]

Set self[key] to value.

DEFAULT_RADAR_SIMULATOR[source]
DEFAULT_RADAR_PROPERTIES[source]
DEFAULT_HYDROMETEOR_PROPERTIES_BY_TYPE[source]
DEFAULT_GENERAL[source]
DEFAULT_SETTINGS[source]
class Settings(*args)[source]

Bases: SettingsSection

Like a dict, but with .freeze() method and .__frozen attribute. If frozen, no more keys can be added.

__setitem__(self, key, value)[source]

Set self[key] to value.

to_json(self, fname)[source]