Sha256: d068059970483eee8570b7038474d9fabaac8564ccc62f8803f531dae530c823
Contents?: true
Size: 484 Bytes
Versions: 20
Compression:
Stored size: 484 Bytes
Contents
load_utility("<%= target_name %>/procedures/utilities/clear.py") def collect(type, duration, call_clear=False): # Get the current collects telemetry point collects = tlm("<%= target_name %> HEALTH_STATUS COLLECTS") # Command the collect cmd(f"<%= target_name %> COLLECT with TYPE {type}, DURATION {duration}") # Wait for telemetry to update wait_check(f"<%= target_name %> HEALTH_STATUS COLLECTS == {collects + 1}", 10) if call_clear: clear()
Version data entries
20 entries across 20 versions & 1 rubygems