Examples for the rts run command
- Last UpdatedApr 30, 2024
- 1 minute read
Example 1
rts run basicsample
-
Runs the basicsample sequence with HistTimestamp set to the default timestamp in the sequence settings file (sequence_settings.json).
Example 2
rts run basicsample "1/1/2021 9:00 AM"
-
Runs the basicsample sequence with HistTimestamp set to the specified date and time.
Example 3
rts run archivesample Single
-
Runs the archivesample sequence with HistTimestamp set to the Single timestamp in the sequence settings file (sequence_settings.json).
Example 4
rts run archivesample Range1
-
Runs the archivesample sequence once with HistTimestamp set to the first timestamp from the Range1 timestamp range in the sequence settings file (sequence_settings.json).