Description
Sets a constant voltage on an output channel.
Syntax
setFixedVoltage(uint8_t channel, float voltage)
Parameters
channel: Output channel to set (1-4)
voltage: The voltage to set on the output channel (-10V to +10V)
Returns
None
Example
// This code sets output channel 3 to +10V, persistently
PulsePalObject.setFixedVoltage(3,10)