RCAIDE.Framework.Core

Core#

RCAIDE Package Setup

Modules

Arrays

Container(*args, **kwarg)

A dict-type container with attribute, item and index style access intended to hold a attribute-accessible list of Data().

ContainerOrdered(*args, **kwarg)

A dict-type container with attribute, item and index style access intended to hold a attribute-accessible list of DataOrdered().

Data(*args, **kwarg)

An extension of the Python dict which allows for both tag and '.' usage.

DataOrdered(*args, **kwarg)

An extension of the Python dict which allows for both tag and '.' usage.

Diffed_Data(*args, **kwarg)

This is for creating a data new class where a different copy is saved.

Units

A container for unit conversions to SI (or SI-derived) units.

Utilities

redirect