Sha256: 6363d736ea6fa651ada89861d91b456c7616acad2cff624730bfa596572567a1

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

from openc3.script import *


def clear():
    # Command the collect
    cmd("<%= target_name %> CLEAR")

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openc3-cosmos-demo-5.11.3 targets/INST/procedures_py/utilities/clear.py
openc3-cosmos-demo-5.11.2 targets/INST/procedures_py/utilities/clear.py
openc3-cosmos-demo-5.11.1 targets/INST/procedures_py/utilities/clear.py
openc3-cosmos-demo-5.11.0 targets/INST/procedures_py/utilities/clear.py
openc3-cosmos-demo-5.10.1 targets/INST/procedures_py/utilities/clear.py
openc3-cosmos-demo-5.10.0 targets/INST/procedures_py/utilities/clear.py