]> jspc29.x-matter.uni-frankfurt.de Git - hades_mdc_settings.git/commitdiff
add switch option for power
authorJan Michel <michel@physik.uni-frankfurt.de>
Fri, 3 Feb 2023 11:09:30 +0000 (12:09 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Fri, 3 Feb 2023 11:09:30 +0000 (12:09 +0100)
scripts/mdc_voltage.pl

index 03d45ac319f0626c81246144916a138a11d24b2b..f2e60a8523cfdcdcdc46523862083737acd27577 100755 (executable)
@@ -27,6 +27,8 @@ GetOptions(
            'relative|r=i'=> \$relative,
            'write|w'     => \$write,
            'load|l'      => \$load,
+           'on'          => \$on,
+           'off'         => \$off,
           ) ;