imas.backends.db_entry_impl.GetSliceParameters

class imas.backends.db_entry_impl.GetSliceParameters(time_requested: float, interpolation_method: int)

Bases: object

Helper class to store parameters to get_slice.

__init__(time_requested: float, interpolation_method: int)

Methods

__init__(time_requested, interpolation_method)

Attributes

time_requested

See imas.db_entry.DBEntry.get_slice.time_requested.

interpolation_method

See imas.db_entry.DBEntry.get_slice.interpolation_method.

interpolation_method : int

See imas.db_entry.DBEntry.get_slice.interpolation_method.

time_requested : float

See imas.db_entry.DBEntry.get_slice.time_requested.


Last update: 2026-01-28