Blame view

config/components/DetectorFocuser.yml 1.17 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
54
55
56
57
58
59
60
- attribute:
    key: manufacturer
    is_container: False
    value: Garmin
    is_editable: False
    unit: ""
    label: manufacturer
    description: ""

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

- attribute:
    key: sn
    is_container: False
    value: unknown
    unit: ""
    is_editable: False
    label: "serial number"
    description: ""

# Total tranmission 
- attribute :
    key : transmissions
    is_editable: False
    is_container: True
    value:
        wavelengths:  [350e-9, 5000e-9]
        transmission: [   1.0,     1.0]
    unit: 
        wavelengths: "m"
        transmission: ""
    label: "Total transmission"
    description: ""

- attribute:
    key: step_total
    is_container: False
    value: 112000
    unit: "step"
    is_editable: False
    label: "Number of steps for total range"
    description: ""

- attribute:
    key: step_sampling
    is_container: False
    value: 0.08e-6
    unit: "m/step"
    is_editable: False
    label: "Number of steps for total range"
    description: ""