PyDSS.value_storage#

Functions

get_dataset_property_type(dataset)

Return the property type of this dataset.

get_time_step_path(dataset)

Return the path to the time_steps for this dataset.

Classes

ValueByLabel(name, prop, value, Nodes, ...)

Stores a list of lists of numbers by an arbitrary label.

ValueByList(name, prop, values, label_suffixes)

"Stores a list of lists of numbers by an arbitrary suffix.

ValueByNumber(name, prop, value)

Stores a list of numbers for an element/property.

ValueContainer(values, hdf_store, path, ...)

Container for a sequence of instances of ValueStorageBase.

ValueStorageBase()