Blame view

config/components/MountPointing.yml 1.22 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
- attribute:
    key: manufacturer
    is_container: False
    value: Panasonic
    is_editable: True
    unit: ""
    label: manufacturer
    description: ""

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

- attribute:
    key: orientation_type
    is_container: False
    value: HADEC
    unit: ""
    is_editable: False
    label: "orientation type"
    description: ""

- attribute:
    key: velocity_profile
    is_enum: True
    value: ["CONSTANT", "TRAPEZIUM", "SCURVE"]
    unit: ""
    is_editable: False
    label: "Velocity profile"
    description: ""

- attribute:
    key: connect_real_mount
    is_container: False
    value: False
    unit: ""
    is_editable: False
    label: "Real mount"
    description: ""
3d4ab326   Alexis Koralewski   adding new attrib...
45
46
47
48
49
50

- attribute:
    key: target
    is_container: False
    value: False
    unit: ""
0318e3c9   Alexis Koralewski   Add tests for F05...
51
    is_editable: True
3d4ab326   Alexis Koralewski   adding new attrib...
52
53
54
55
56
57
58
59
60
61
    label: "Target"
    description: ""

- attribute:
    key: conformation
    is_enum: True
    value: ["None","WIDE", "NARROW"]
    unit: ""
    is_editable: False
    label: "Conformation"
7b9f2910   Alexis Koralewski   adding descriptio...
62
    description: "Wide = large view. Narrow = precise view"