Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Adds support for keithley 2470 #206

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions basil/HL/keithley_2470.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Device description for the Keithley 2470 Sourcemeter.
# set_ function expect a parameter, get_ function return a parameter.
# Just the very basic commands are implemented here.
identifier : KEITHLEY INSTRUMENTS,MODEL 2470

on : OUTP ON
off : OUTP OFF
get_current : SENSE:FUNC 'CURR';:READ?
set_current : SOUR:CURR
set_voltage : SOUR:VOLT
get_voltage : SENSE:FUNC 'VOLT';:READ?
set_current_limit : SOUR:VOLT:ILIM
get_current_limit : SOUR:VOLT:ILIM?
set_voltage_limit : SOUR:CURR:VLIM
get_voltage_limit : SOUR:CURR:VLIM?
source_volt : SOUR:FUNC VOLT
source_current : SOUR:FUNC CURR
get_source_mode : SOUR:FUNC?
set_autorange : SOUR:CURR:RANG:AUTO ON
set_voltage_range : SOUR:VOLT:RANGE
get_autorange : SOUR:CURR:RANG:AUTO?
four_wire_on: SYST:RSEN ON
four_wire_off: SYST:RSEN OFF
get_remote_sense: SYST:RSEN ?
Loading