Skip to content

Commit

Permalink
ADD: Adds an example for keithley_2634b connexion using Serial
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioT7 authored and matthias-schuessler committed Apr 4, 2024
1 parent a6cac90 commit 352604c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/lab_devices/keithley2634b.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
transfer_layer:
- name: Serial
type: Serial
init:
port: /dev/ttyUSB5
read_termination: "\r\n"
baudrate: 19200
timeout: 5

hw_drivers:
- name: Sourcemeter1
type: scpi
interface: Serial
init:
device: Keithley 2634B

0 comments on commit 352604c

Please sign in to comment.