Skip to content

Commit

Permalink
Update keithley_2400.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinmauer authored Feb 15, 2024
1 parent d3cd239 commit b33e1e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions basil/HL/keithley_2400.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ get_autorange : SOUR:CURR:RANG:AUTO?
four_wire_on: SYST:RSEN ON
four_wire_off: SYST:RSEN OFF
get_remote_sense: SYST:RSEN ?
# Special keyword for formatting query results to allow direct conversions to numeric types (e.g. float(get_current()))
__scpi_query_fmt:
fmt_sep: ','
fmt_method:
get_voltage: '{0}'
get_current: '{1}'

0 comments on commit b33e1e6

Please sign in to comment.