OpenC3/cosmos

View on GitHub
openc3-cosmos-init/plugins/packages/openc3-cosmos-demo/targets/INST/procedures/utilities/clear.rb

Summary

Maintainability
A
0 mins
Test Coverage
def clear
  # Command the collect
  cmd("<%= target_name %> CLEAR")

  # Wait for telemetry to update
  wait_check("<%= target_name %> HEALTH_STATUS COLLECTS == 0", 10)
end