Skip to content

Commit

Permalink
ADD: Python example to Signatone prober yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed May 7, 2021
1 parent 755ce07 commit 01c631b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/lab_devices/SignatoneProber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ hw_drivers:
- name : Prober
type : SignatoneProber
interface : Visa

#This is an example on how to use the Signatone Probestation in python:
#
#from basil.dut import Dut
#
#dut = Dut('SignatoneProber.yaml')
#dut.init()
#print(dut['SignatoneProber'].get_position())
#print(dut['SignatoneProber'].get_die())

0 comments on commit 01c631b

Please sign in to comment.