Skip to content

Commit

Permalink
update test refs to use public mock instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 6, 2023
1 parent e7c6a79 commit e7e16c1
Show file tree
Hide file tree
Showing 33 changed files with 1,327 additions and 1,245 deletions.
4 changes: 2 additions & 2 deletions src/qcodes/dist/tests/station/example.station.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ instruments:
add_parameters:
Bx: {source: ch01.fine_volt, label: Bx, unit: T, scale: 28, limits: [-1, 1], monitor: true}
mock_dac:
type: qcodes.tests.instrument_mocks.DummyInstrument
type: qcodes.instrument_drivers.mock_instruments.DummyInstrument
enable_forced_reconnect: true
init:
gates: {"ch1", "ch2"}
add_parameters:
Bx: {source: ch1, label: Bx, unit: T, scale: 28, limits: [-1, 1], monitor: true}
mock_dac2:
type: qcodes.tests.instrument_mocks.DummyInstrument
type: qcodes.instrument_drivers.mock_instruments.DummyInstrument
enable_forced_reconnect: true

0 comments on commit e7e16c1

Please sign in to comment.