lab11 / powerblade

1 in² AC power meter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multipoint Calibration Library Issue

rhosbach opened this issue · comments

@nealjack It looks like line 16 of chroma63800.py should be self.inst.write(':LOAD:MODE CURR'), not self.inst.write(':LOAD:MODE POW').

self.inst.write(':LOAD:MODE POW')

You're right! I just hadn't tested setting the current.

Should be fixed in 0393291