Run! Save
var i;
for (i = 0; i < 100; i++) {
	plot(get_voltage('A1'));
	sleep(0.01);
}