mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
sleep implemented for command line, mainly for config files for firmware developers (#982)
This commit is contained in:
@ -2690,6 +2690,17 @@ gaincaps:
|
||||
argc: -1
|
||||
arg_types: [ defs::defs::M3_GainCaps ]
|
||||
|
||||
sleep:
|
||||
is_description: true
|
||||
actions:
|
||||
PUT:
|
||||
args:
|
||||
- argc: 1
|
||||
arg_types: [ int ]
|
||||
- argc: 2
|
||||
arg_types: [ int, special::time_unit ]
|
||||
|
||||
|
||||
################# special commands ##########################
|
||||
|
||||
virtual:
|
||||
|
Reference in New Issue
Block a user