pisa.stages.pid package

Submodules

pisa.stages.pid.shift_scale_pid module

The purpose of this stage is shift and/or scale the pid values.

pisa.stages.pid.shift_scale_pid.init_test(**param_kwargs)[source]

Instantiation example

class pisa.stages.pid.shift_scale_pid.shift_scale_pid(**std_kwargs)[source]

Bases: Stage

Shift/scale pid.

Parameters:

params

biasfloat

shift pid values by given bias

scalefloat

scale pid values by given scale factor

apply_function()[source]

Implement in services (subclasses of Stage)

compute_function()[source]

Perform computation

setup_function()[source]

Setup the stage

Module contents