summaryrefslogtreecommitdiffstats
path: root/lab_control/jds6600.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab_control/jds6600.py')
-rw-r--r--lab_control/jds6600.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lab_control/jds6600.py b/lab_control/jds6600.py
index 4ab4955..7af522b 100644
--- a/lab_control/jds6600.py
+++ b/lab_control/jds6600.py
@@ -22,9 +22,6 @@ class JDS6600(FunctionGenerator):
and offer an API to control the device.
"""
AVAILABLE_CHANNELS = [1, 2]
- SINE = 0
- SQUARE = 1
- TRIANGULAR = 3
def __init__(self, portName):
super().__init__()