OpenC3/cosmos

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

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)