Sha256: 45eda280d6cc40add7e75ed5acb3b40e7d7c279bcd8ebd3272779781dbfc054e

Contents?: true

Size: 1.37 KB

Versions: 16

Compression:

Stored size: 1.37 KB

Contents

---
ITEM:
  summary: Add a telemetry item to the graph
  parameters:
    # Inject the graph parameters
    <%= MetaConfigParser.load('_graph_params.yaml').to_meta_config_yaml(4) %>
STARTTIME:
  summary: Start the graph history at the designated Time
  since: 5.5.1
  parameters:
    - name: Start Time
      required: true
      description: Start time as formatted 'YYYY/MM/DD HH:MM:SS'
      values: .+
HISTORY:
  summary: Display an initial history of data
  since: 5.5.1
  parameters:
    - name: Value
      required: true
      description: Value(d,h,m,s). For example 1d, 2h, 30m, 15s
      values: .+
SECONDSGRAPHED:
  summary: Display the specified number of seconds in the graph
  parameters:
    - name: Time
      required: true
      description: Number of seconds to display
      values: .+
POINTSSAVED:
  summary: Save the number of seconds in graph memory
  parameters:
    - name: Time
      required: true
      description: Number of seconds to save
      values: .+
POINTSGRAPHED:
  summary: Number of points to display on the graph
  parameters:
    - name: Time
      required: true
      description: Number of points to graph
      values: .+
SIZE:
  summary: Size of the graph
  parameters:
    - name: Width
      required: true
      description: Width in pixels
      values: .+
    - name: Height
      required: true
      description: Height in pixels
      values: .+

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
openc3-6.0.2 data/config/graph_settings.yaml
openc3-6.0.1 data/config/graph_settings.yaml
openc3-6.0.0 data/config/graph_settings.yaml
openc3-5.20.0 data/config/graph_settings.yaml
openc3-5.19.0 data/config/graph_settings.yaml
openc3-5.18.0 data/config/graph_settings.yaml
openc3-5.17.1 data/config/graph_settings.yaml
openc3-5.17.0 data/config/graph_settings.yaml
openc3-5.16.0 data/config/graph_settings.yaml
openc3-5.15.2 data/config/graph_settings.yaml
openc3-5.15.1 data/config/graph_settings.yaml
openc3-5.15.0 data/config/graph_settings.yaml
openc3-5.14.2 data/config/graph_settings.yaml
openc3-5.14.1 data/config/graph_settings.yaml
openc3-5.14.0 data/config/graph_settings.yaml
openc3-5.13.0 data/config/graph_settings.yaml