set_setpoint

Configure the the desired set point

The Setpoint adds a DC offset to the error signal after the Lowpass filter. The DC offset can be used to set the error point for a desired offset level which can then be used as the PDH error signal.

Parameters

integer required
setpoint voltage
allowed values:-1 to 1
units: V
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "setpoint": 1
}
1
2
3