File: test.yaml

package info (click to toggle)
python-canmatrix 0.9.3~github-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,896 kB
  • sloc: xml: 30,201; python: 12,472; makefile: 18; sh: 9
file content (114 lines) | stat: -rw-r--r-- 2,846 bytes parent folder | download | duplicates (3)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
!!python/object:canmatrix.canmatrix.CanMatrix
attributes: {}
boardUnits: !!python/object:canmatrix.canmatrix.BoardUnitList
  _list:
  - !!python/object:canmatrix.canmatrix.BoardUnit
    attributes: {NetworkNode: '7'}
    comment: sender ECU
    name: testBU
  - !!python/object:canmatrix.canmatrix.BoardUnit
    attributes: {}
    comment: receiver ECU
    name: recBU
buDefines:
  NetworkNode: !!python/object:canmatrix.canmatrix.Define {defaultValue: '65535',
    definition: INT 0 0, max: 0, min: 0, type: INT}
envVars: {}
frameDefines:
  GenMsgCycleTime: !!python/object:canmatrix.canmatrix.Define {defaultValue: '65535',
    definition: INT 0 0, max: 0, min: 0, type: INT}
frames: !!python/object:canmatrix.canmatrix.FrameList
  _list:
  - !!Frame
    _Id: 291
    _j1939_pgn: null
    _j1939_prio: 0
    _j1939_source: 0
    attributes: {GenMsgCycleTime: '100'}
    comment: ' Multi  Line  Frame comment'
    extended: false
    is_complex_multiplexed: false
    is_fd: false
    is_j1939: false
    mux_names: {}
    name: testFrame1
    receiver: [recBU]
    signalGroups: []
    signals:
    - !!python/object:canmatrix.canmatrix.Signal
      _values: {}
      attributes: {}
      calc_max_for_none: true
      calc_min_for_none: true
      comment: "Multi  Line  Signal comment with a-umlaut: \xE4"
      comments: {}
      enumeration: null
      factor: 5.0
      is_float: false
      is_little_endian: false
      is_multiplexer: false
      is_signed: false
      max: 500.0
      min: 0.0
      multiplex: null
      muxValMax: 0
      muxValMin: 0
      mux_val: null
      mux_value: null
      muxerForSignal: null
      name: someTestSignal
      offset: 1.0
      receiver: [recBU]
      signalsize: 11
      startbit: 9
      unit: "specialCharUnit\xB0$"
    - !!python/object:canmatrix.canmatrix.Signal
      _values: {1: one, 2: two, 3: three}
      attributes: {}
      calc_max_for_none: true
      calc_min_for_none: true
      comment: null
      comments: {}
      enumeration: null
      factor: 1.0
      is_float: false
      is_little_endian: true
      is_multiplexer: false
      is_signed: false
      max: 6.0
      min: 0.0
      multiplex: null
      muxValMax: 0
      muxValMin: 0
      mux_val: null
      mux_value: null
      muxerForSignal: null
      name: Signal
      offset: 0.0
      receiver: [recBU]
      signalsize: 3
      startbit: 20
      unit: someUnit
    size: 8
    transmitter: [testBU]
  - !!Frame
    _Id: 18
    _j1939_pgn: null
    _j1939_prio: 0
    _j1939_source: 0
    attributes: {}
    comment: null
    extended: 1
    is_complex_multiplexed: false
    is_fd: false
    is_j1939: false
    mux_names: {}
    name: extendedFrame
    receiver: []
    signalGroups: []
    signals: []
    size: 8
    transmitter: [testBU]
globalDefines: {}
signalDefines: {}
valueTables: {}