Blame view

config/DetectorShutter.yml 817 Bytes
d9f9c305   aklotz   troisieme commit ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
- attribute:
  key: manufacturer
  is_container: False
  value: Panasonic
  is_editable: False
  unit: ""
  label: manufacturer

- attribute:
  key: _model
  is_container: False
  value: MN34230
  unit: ""
  is_editable: False
  label: "model"

- attribute:
  key: _type
  is_enum: True
  value: [None, "iris", "rolling"]
  unit: ""
  is_editable: False
  label: "type"

- attribute:
  key: _modes
  is_enum: True
  value: ["opened", "closed", "synchro"]
  unit: ""
  is_editable: True
  label: "type"

- attribute: 
  key: _delayopening
  is_container: False
  value : 0
  unit: "s"
  is_editable: False
  label: "Delay to sweep charges after opening signal"

- attribute: 
  key: _delayclosing
  is_container: False
  value : 0
  unit: "s"
  is_editable: False
  label: "Delay to read charges after closing signal"