radloggerpy.cli.v1.measurement.measurement_list module

class radloggerpy.cli.v1.measurement.measurement_list.MeasurementList(app, app_args, cmd_name=None)[source]

Bases: Lister, MeasurementCommand

Command to show lists of measurements

_abc_impl = <_abc._abc_data object>
_arguments = None
property arguments

Dictionary property that must be implemented to contain arguments

get_parser(program_name)[source]

Return an argparse.ArgumentParser.

take_action(parsed_args)[source]

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.