perturbationSequence property

PerturbationSequence perturbationSequence

Function used to calculate the sequence of pertubation magnitudes.

Implementation

PerturbationSequence get perturbationSequence => _perturbationSequence;
void perturbationSequence=(PerturbationSequence value)

Sets the function used to calculate the sequence of perturbation magnitudes.

Implementation

set perturbationSequence(PerturbationSequence value) {
  _perturbationSequence = value;
  _perturbationMagnitudes.updateCache();
}