Blame view

config/components/DetectorShutter.yml 1.03 KB
d5cacc8d   Alain Klotz   Ajout de descript...
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
48
49
50
51
52
53
- attribute:
    key: manufacturer
    is_container: False
    value: Panasonic
    is_editable: False
    unit: ""
    label: manufacturer
    description: ""

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

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

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

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

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