imas_paraview.plugins.scalar_time_trace.FilledQuantity

class imas_paraview.plugins.scalar_time_trace.FilledQuantity(node: IDSBase, time_slice: IDSBase | None = None, remaining_path: str | None = None)

Bases: object

Information about a filled time-dependent quantity.

For example, the quantity equilibrium/time_slice[0]/global_quantities/ip will have: - time_slice = time_slice - remaining_path = "global_quantities/ip"

__init__(node: IDSBase, time_slice: IDSBase | None = None, remaining_path: str | None = None)

Methods

__init__(node[, time_slice, remaining_path])

Attributes

remaining_path

Path from the child of the time-dependent AoS to the node

time_slice

IDS node of the time-dependent AoS parent

node

The filled time-dependent IDS node

node : IDSBase

The filled time-dependent IDS node

remaining_path : str | None = None

Path from the child of the time-dependent AoS to the node

time_slice : IDSBase | None = None

IDS node of the time-dependent AoS parent


Last update: 2026-03-11