Quadriga Channel#

class QuadrigaChannel(*args, interface=None, **kwargs)[source]#

Bases: Channel

Quadriga Channel Model.

Maps the output of the QuadrigaInterface to fit into Hermes’ software architecture.

Parameters:

interface (QuadrigaInterface, optional) – Specifies the consisdered Quadriga interface. Defaults to None.

recall_realization(group)[source]#

Recall a realization of this channel type from its HDF serialization.

Parameters:

group (h5py.Group) – HDF group to which the channel realization was serialized.

Return type:

QuadrigaChannelRealization

Returns: The recalled realization instance.