Classes | |
| class | MTDevice |
| MTDevice class. More... | |
Functions | |
| def | find_baudrate (port, timeout=0.002, verbose=False, initial_wait=0.1) |
| Auto detect baudrate. More... | |
| def | find_devices (timeout=0.002, verbose=False, initial_wait=0.1) |
| def | get_mode (arg) |
| def | get_output_config (config_arg) |
| def | get_settings (arg) |
| def | get_synchronization_settings (arg) |
| def | get_UTCtime (arg) |
| def | inspect (mt, device, baudrate) |
| def | main () |
| Main function. More... | |
| def | usage () |
| Documentation for stand alone usage. More... | |
| def mtdevice.find_baudrate | ( | port, | |
timeout = 0.002, |
|||
verbose = False, |
|||
initial_wait = 0.1 |
|||
| ) |
Auto detect baudrate.
Definition at line 1135 of file mtdevice.py.
| def mtdevice.find_devices | ( | timeout = 0.002, |
|
verbose = False, |
|||
initial_wait = 0.1 |
|||
| ) |
Definition at line 1118 of file mtdevice.py.
| def mtdevice.get_mode | ( | arg | ) |
Parse command line output-mode argument.
Definition at line 1762 of file mtdevice.py.
| def mtdevice.get_output_config | ( | config_arg | ) |
Parse the mark IV output configuration argument.
Definition at line 1701 of file mtdevice.py.
| def mtdevice.get_settings | ( | arg | ) |
Parse command line output-settings argument.
Definition at line 1807 of file mtdevice.py.
| def mtdevice.get_synchronization_settings | ( | arg | ) |
Parse command line synchronization-settings argument.
Definition at line 1861 of file mtdevice.py.
| def mtdevice.get_UTCtime | ( | arg | ) |
Definition at line 1886 of file mtdevice.py.
| def mtdevice.inspect | ( | mt, | |
| device, | |||
| baudrate | |||
| ) |
Inspection.
Definition at line 1636 of file mtdevice.py.
| def mtdevice.main | ( | ) |
Main function.
Definition at line 1425 of file mtdevice.py.
| def mtdevice.usage | ( | ) |
Documentation for stand alone usage.
Definition at line 1162 of file mtdevice.py.