Interface definitions (ska_ser_test_equipment.interface_definitions)

This module provides a factory for interface definitions.

class ska_ser_test_equipment.interface_definitions.InterfaceDefinitionFactory

Factory that returns a SCPI interface definition for a given model.

__call__(model)

Get an interface definition for the specified model.

Parameters:

model (str) – the name of the model for which an interface definition is required.

Return type:

InterfaceDefinitionType

Returns:

SCPI interface definition for the model.

__init__()

Initialise a new instance.

__weakref__

list of weak references to the object (if defined)