How to set voltage range to auto mode??
How to set voltage range to auto mode??
here are some of my code
channel = ps.PS5000A_CHANNEL["PS5000A_CHANNEL_C"]
chCRange = ps.PS5000A_RANGE["PS5000A_2V"]
status["setChC"] = ps.ps5000aSetChannel(chandle, channel, 1, coupling_type, chCRange, 0)
assert_pico_ok(status["setChC"])
Re: How to set voltage range to auto mode??
Technical Support Manager