useElapsedDuration property

bool? useElapsedDuration
getter/setter pair

True if Measurement.elapsed_duration is used as the x-axis of each Trials Decay Curve.

Otherwise, Measurement.step_count will be used as the x-axis.

Implementation

core.bool? useElapsedDuration;