3.2. captures module
- class nettoolkit.capture_it.captures.Captures(conn, cumulative=False, parsed_output=False, standard_output=False, append_capture=False)[source]
Bases:
CLPCapture output
- Parameters:
dtype (str) – device type
conn (conn) – connection object
cmds (dict, set, list, tuple) – set of commands or commands dictionary
cumulative (bool, optional) – True/False/both. Defaults to False.
parsed_output (bool) – Need to parse output and generate excel or not.
- Inherits:
CLP (class): Command Line Processing class