Skip to content

Instantly share code, notes, and snippets.

@arnobaer
Created October 22, 2020 15:36
Show Gist options
  • Save arnobaer/e8b7d8b24b4199e36e16bcbb272bcbf9 to your computer and use it in GitHub Desktop.
Save arnobaer/e8b7d8b24b4199e36e16bcbb272bcbf9 to your computer and use it in GitHub Desktop.
# run instrument emulations
gnome-terminal --tab -- /bin/bash -c '. env/bin/activate; python -m comet.emulator.keithley.k707 -p 11001'
gnome-terminal --tab -- /bin/bash -c '. env/bin/activate; python -m comet.emulator.keithley.k2410 -p 11002'
gnome-terminal --tab -- /bin/bash -c '. env/bin/activate; python -m comet.emulator.keithley.k2657a -p 11003'
gnome-terminal --tab -- /bin/bash -c '. env/bin/activate; python -m comet.emulator.keithley.k6517b -p 11004'
gnome-terminal --tab -- /bin/bash -c '. env/bin/activate; python -m comet_pqc.emulator.e4980a -p 11005'
gnome-terminal --tab -- /bin/bash -c '. env/bin/activate; python -m comet_pqc.emulator.environmentbox -p 11006'
gnome-terminal --tab -- /bin/bash -c '. env/bin/activate; python -m comet.emulator.corvus.venus1 -p 11007'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment