Measurement

class nexus.Measurement(*args)

Base class for all measurement class objects. Do not initialize this method, use the derived classes.

id

User identifier.

Type:

string

experiment

Experiment.

Type:

Experiment

detuning

Detuning values for the calculation.

Type:

list

time

Time values for the calculation. Only used for time dependent measurements.

Type:

list

distribution_points

Number of distribution_points for objects in forward geometry

Type:

int

class nexus.MeasurementVector(*args)

List of Measurement objects.