SNAPLOG: Periodic data logger

Snaplog is a periodic logger with a default update interval of 30 seconds. A standard set of variables is logged, but the user can manually select the variables of interest. The output is automatically saved in the output folder of BlueSky.

Usage:

SNAPLOG ON/OFF,[dt] or LISTVARS or SELECTVARS var1,...,varn

Arguments:

Name Type Required Description
ON/OFF bool yes Toggle logging on or off.
dt float no Manually change the logging time-step in seconds. Default setting is 30 seconds.
LISTVARS txt yes Prints the variable names that are available for logging.
SELECTVARS txt yes Change the selection of variables to be logged in the snaplog.
var1,...,varn txt yes List of names of variables to be logged.

Back to command reference.