radloggerpy.cli.v1.device.device_list_serial module

class radloggerpy.cli.v1.device.device_list_serial.DeviceListSerial(app, app_args, cmd_name=None)[source]

Bases: Lister, DeviceCommand

Command to show lists of serial devices

_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.