TestbedProxy

class catkit2.testbed.TestbedProxy(host, port)

Bases: catkit2.catkit_bindings.TestbedProxy

A client for connecting to a testbed server.

This object acts as a proxy for the Testbed object.

Methods Summary

get_service(service_id)

Get a ServiceProxy object for the service service_id.

Methods Documentation

get_service(service_id)

Get a ServiceProxy object for the service service_id.

service_idstring

The identifier for the service for which to return the ServiceProxy.

ServiceProxy or derived class object.

A ServiceProxy for the named service.