luminarycloud.params.simulation.nonlinear_control

Classes

NonlinearControlSystem

Outputs, inputs, and target values that define the control problem.

Package Contents

class NonlinearControlSystem

Outputs, inputs, and target values that define the control problem.

input: str = ''

Named variable varied by the controller to meet the target output value.

output: luminarycloud.params.outputs.Output | None = None

Output for which a target value should be met.

target: luminarycloud.types.LcFloat = 0

Target value for the output.