Skip to content

Commit 3a0b188

Browse files
committed
Additions and fixes to Keithley 2400 driver
- Allow sweeping of sources. - Channels for source limits ("compliance") added - Set "Measurement type" to write only. This is just a work around since the devices responds with different values than used for setting. Some python code would be needed here.
1 parent 1a2ff6f commit 3a0b188

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

Keithley_2400_SMU/Keithley_2400_SourceMeter.ini

+20-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: Keithley 2400 SourceMeter
77

88
# The version string should be updated whenever changes are made to this config file
9-
version: 1.0
9+
version: 1.1
1010

1111
# Name of folder containing the code defining a custom driver. Do not define this item
1212
# or leave it blank for any standard driver based on the built-in VISA interface.
@@ -104,6 +104,22 @@ cmd_def_2: CURR
104104
set_cmd: :SOUR:FUNC
105105
group: Source
106106

107+
[Current limit]
108+
datatype: DOUBLE
109+
unit: A
110+
set_cmd: :SENS:CURR:PROT
111+
state_quant: Source type
112+
state_value: Voltage
113+
group: Source
114+
115+
[Voltage limit]
116+
datatype: DOUBLE
117+
unit: V
118+
set_cmd: :SENS:VOLT:PROT
119+
state_quant: Source type
120+
state_value: Current
121+
group: Source
122+
107123
[Source voltage auto-range]
108124
datatype: BOOLEAN
109125
def_value: True
@@ -126,6 +142,7 @@ datatype: DOUBLE
126142
unit: V
127143
def_value: 1
128144
set_cmd: :SOUR:VOLT
145+
sweep_cmd: ***REPEAT SET***
129146
state_quant: Source type
130147
state_value: Voltage
131148
group: Source
@@ -152,6 +169,7 @@ datatype: DOUBLE
152169
unit: A
153170
def_value: 1E-3
154171
set_cmd: :SOUR:CURR
172+
sweep_cmd: ***REPEAT SET***
155173
state_quant: Source type
156174
state_value: Current
157175
group: Source
@@ -164,6 +182,7 @@ group: Output
164182

165183
[Measurement type]
166184
datatype: COMBO
185+
permission: WRITE
167186
def_value: Current
168187
combo_def_1: Voltage
169188
combo_def_2: Current

0 commit comments

Comments
 (0)