Ticket #60900: test.grc

File test.grc, 2.1 KB (added by jbaggs, 4 years ago)

simple flowpraph with a gr-fosphor block

Line 
1options:
2  parameters:
3    author: ''
4    category: '[GRC Hier Blocks]'
5    cmake_opt: ''
6    comment: ''
7    copyright: ''
8    description: ''
9    gen_cmake: 'On'
10    gen_linking: dynamic
11    generate_options: qt_gui
12    hier_block_src_path: '.:'
13    id: test
14    max_nouts: '0'
15    output_language: python
16    placement: (0,0)
17    qt_qss_theme: ''
18    realtime_scheduling: ''
19    run: 'True'
20    run_command: '{python} -u {filename}'
21    run_options: prompt
22    sizing_mode: fixed
23    thread_safe_setters: ''
24    title: test
25    window_size: ''
26  states:
27    bus_sink: false
28    bus_source: false
29    bus_structure: null
30    coordinate: [8, 8]
31    rotation: 0
32    state: enabled
33
34blocks:
35- name: samp_rate
36  id: variable
37  parameters:
38    comment: ''
39    value: '32000'
40  states:
41    bus_sink: false
42    bus_source: false
43    bus_structure: null
44    coordinate: [152, 16.0]
45    rotation: 0
46    state: enabled
47- name: analog_noise_source_x_0
48  id: analog_noise_source_x
49  parameters:
50    affinity: ''
51    alias: ''
52    amp: '1'
53    comment: ''
54    maxoutbuf: '0'
55    minoutbuf: '0'
56    noise_type: analog.GR_GAUSSIAN
57    seed: '0'
58    type: complex
59  states:
60    bus_sink: false
61    bus_source: false
62    bus_structure: null
63    coordinate: [8, 88.0]
64    rotation: 0
65    state: true
66- name: blocks_throttle_0
67  id: blocks_throttle
68  parameters:
69    affinity: ''
70    alias: ''
71    comment: ''
72    ignoretag: 'True'
73    maxoutbuf: '0'
74    minoutbuf: '0'
75    samples_per_second: samp_rate
76    type: complex
77    vlen: '1'
78  states:
79    bus_sink: false
80    bus_source: false
81    bus_structure: null
82    coordinate: [160, 100.0]
83    rotation: 0
84    state: true
85- name: fosphor_qt_sink_c_0
86  id: fosphor_qt_sink_c
87  parameters:
88    affinity: ''
89    alias: ''
90    comment: ''
91    freq_center: '0'
92    freq_span: samp_rate
93    gui_hint: ''
94    maxoutbuf: '0'
95    minoutbuf: '0'
96    wintype: firdes.WIN_BLACKMAN_hARRIS
97  states:
98    bus_sink: false
99    bus_source: false
100    bus_structure: null
101    coordinate: [296, 96.0]
102    rotation: 0
103    state: true
104
105connections:
106- [analog_noise_source_x_0, '0', blocks_throttle_0, '0']
107- [blocks_throttle_0, '0', fosphor_qt_sink_c_0, '0']
108
109metadata:
110  file_format: 1