Skip to content

Commit

Permalink
Delete some unused setup variables I forgot to delete before
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Sep 11, 2020
1 parent 68f4f16 commit 21ffafa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions instruments/tests/test_tektronix/test_tktds5xx.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@
test_tektds5xx_name = make_name_test(ik.tektronix.TekTDS5xx)


# SETUP #


# string names for all channel, math, and ref data sources
all_channels = [f"CH{it+1}" for it in range(4)]
all_maths = [f"MATH{it+1}" for it in range(3)]
all_refs = [f"REF{it+1}" for it in range(4)]


# MEASUREMENT #


Expand Down

0 comments on commit 21ffafa

Please sign in to comment.