Skip to content

Commit

Permalink
Merge pull request #177 from czbiohub-sf/vortran_command_typo
Browse files Browse the repository at this point in the history
fix typo in valid laser commands
  • Loading branch information
ieivanov authored Sep 6, 2023
2 parents f21132c + 48da6d1 commit 8f2d50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copylot/hardware/lasers/vortran/vortran.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class VortranLaser(AbstractLaser):
# TODO: this probably is better if it's a dictionary and make
GLOBAL_CMD = ['ECHO', 'PROMPT']
GLOBAL_QUERY = ['?BPT', '?H', '?IL', '?SFV', '?SPV']
LASER_CMD = ['C', 'DELAY', 'EPC', 'LC', 'LE', 'LP', 'PP', 'PUP']
LASER_CMD = ['C', 'DELAY', 'EPC', 'LC', 'LE', 'LP', 'PP', 'PUL']
LASER_QUERY = [
'?C',
'?CC',
Expand Down

0 comments on commit 8f2d50b

Please sign in to comment.