instruments_list

Helper script that will list the instruments connected to your computer, and their serial device nodes. Use these to fill in instruments.json

Functions

create_print_spacer(N[, character])

Create a string consisting of N space characters

longest_length(strings)

Determine length of longest string in an array

create_print_spacer

module_testing.tools.instruments_list.create_print_spacer(N, character=' ')

Create a string consisting of N space characters

longest_length

module_testing.tools.instruments_list.longest_length(strings)

Determine length of longest string in an array