Skip to content

Commit

Permalink
NPN scripts CH2 curr range default
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jan 3, 2020
1 parent 4a0dfb1 commit 07d4621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/curve-tracer (NPN).py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def start(deviceName, Uce_max, Ic_max):
scpi("OUTP 0")
scpi("VOLT 0")
scpi("CURR " + str(Ic_max))
scpi("SENS:CURR:RANG DEFault")

scpi('SENS:DLOG:TRAC:COMMent "Device name = ' + deviceName + '; Uce,max = ' + str(Uce_max) + '; Ic,max = ' + str(Ic_max) + '"')

Expand Down
1 change: 1 addition & 0 deletions scripts/transfer-curve (NPN).py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def start(deviceName):
scpi("OUTP 0")
scpi("VOLT " + str(Uce))
scpi("CURR " + str(Ic_max))
scpi("SENS:CURR:RANG DEFault")

scpi('SENS:DLOG:TRAC:COMMent "NPN Transfer curve for ' + deviceName + '"')

Expand Down

0 comments on commit 07d4621

Please sign in to comment.