pylabrobot.revvity.celigo.Celigo.set_analog_output_voltage# async Celigo.set_analog_output_voltage(channel_index: int, voltage: float, min_voltage: float, max_voltage: float) → None# Set an analog output channel to a voltage (per-channel min/max calibration). Parameters: channel_index (int) voltage (float) min_voltage (float) max_voltage (float) Return type: None