Index | Start Time | Stop Time | Max. Elevation | Phase | Status | Short description |
---|---|---|---|---|---|---|
27 | 2018-12-08 11:56:31+01:00 | 2018-12-08 12:07:14+01:00 | [TBD]° | Experiments | ☑ | Still recovery after latch-up. Downloading telemetry on 12000, then set back to 9600. |
Goal
Still recovery after latch-up. Downloading telemetry on 12000, then set back to 9600.
Tasklist
tasks = [
[[tc.SetBitrate(208, 1), 3], SendLoop, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(52, '/'), Send, WaitMode.Wait],
# Telemetry between session 25 and 27
[tc.DownloadFile(85, '/telemetry.current', [i for i in range(0, 450, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(86, '/telemetry.current', [i for i in range(16, 450, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(87, '/telemetry.current', [i for i in range(32, 450, 50)]), Send, WaitMode.Wait],
[tc.SetBitrate(209, 8), Send, WaitMode.Wait],
[[tc.SendBeacon(), 15], SendLoop, WaitMode.NoWait],
]