blocks:
  - id: !!str opendigitizer::RemoteStreamSource<float32>
    parameters:
      name: !!str RemoteStreamSource1
      remote_uri: !!str /GnuRadio/Acquisition?channelNameFilter=test
  - id: !!str opendigitizer::TagToSample<float32>
    parameters:
      name: !!str TagToSample1
      key_filter: !!str "tag_id"
  - id: !!str opendigitizer::ImPlotSink<float32>
    parameters:
      name: !!str ImPlotSink1
      color: !!uint32 0xff0000
  - id: !!str opendigitizer::ImPlotSink<float32>
    parameters:
      name: !!str ImPlotSink2
      color: !!uint32 0xffff00
connections:
  - [RemoteStreamSource1, 0, TagToSample1, 0]
  - [TagToSample1, 0, ImPlotSink1, 0]
  - [RemoteStreamSource1, 0, ImPlotSink2, 0]
dashboard:
  sources:
    - name: ImPlotSink1
      block: ImPlotSink1
      color: !!uint32 0xff0000
    - name: ImPlotSink2
      block: ImPlotSink2
      color: !!uint32 0x00ff00
  plots:
    - name: Plot 1
      axes:
        - axis: X
          min: -10
          max: 400
        - axis: Y
          min: -10
          max: 110
      sources:
        - ImPlotSink1
      rect:
        - 0
        - 0
        - 1
        - 1
    - name: Plot 2
      axes:
        - axis: X
          min: -10
          max: 110
        - axis: Y
          min: 0
          max: 0
      sources:
        - ImPlotSink2
      rect:
        - 1
        - 1
        - 2
        - 2
  flowgraphLayout: ""
