labscript_utils.connections.Connection

class labscript_utils.connections.Connection(raw_row)[source]

Bases: object

A class to represent a row in the connection table, present the contents as instance attributes after deserialising their contents, and providing default values for backward compatibility with older HDF5 files. Contains links to Connection objects for child devices of each device

__init__(raw_row)[source]

Methods

__init__(raw_row)

compare_to(other_connection)

diff(other)

find_by_name(name)

find_child(parent_name, parent_port)

print_details(indent)

Attributes

properties

unit_conversion_params

compare_to(other_connection)[source]
diff(other)[source]
find_by_name(name)[source]
find_child(parent_name, parent_port)[source]
print_details(indent)[source]
property properties
property unit_conversion_params