Hi Capt Bullshot,
In the future if you want to make this test easier to repeat without potentially damaging a device that is sensitive to 20V I would recommend writing a quick SCPI script like this one:
(Connect "SCPI_E3631", "", "E3631 DC Power Supply / 2.1")
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 12
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 11.9
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 10.9
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 9.9
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 8.9
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 9.9
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 10.9
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 11.9
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 12.9
(Wait 10000ms)
:SOURce:VOLTage:LEVel:IMMediate:AMPLitude 13.9
I am setting voltage then waiting 10 seconds then setting it again. You can make this more elegant with Python, but this is just the quick and dirty. The programmer guide is a good reference as well.
https://www.keysight.com/us/en/assets/9921-01393/programming-guides/EDU36311A-DC-Power-Supply-Programming-Guide.pdf?success=true**********
I'm a Keysight employee, but do not support this product or help with the development of this product. I will see what I can do to send this issue to the correct team for review.