mxcubecore.Command.BlueskyHttpServer#

Classes

BlueskyHttpServerCommand(name, url[, timeout])

Interface for communicating with the Bluesky Http Server API.

class mxcubecore.Command.BlueskyHttpServer.BlueskyHttpServerCommand(name, url, timeout=5, **kwargs)[source]#

Bases: CommandObject

Interface for communicating with the Bluesky Http Server API.

is_connected()[source]#

Check if signal is connected.

Returns:

True if connected, else False.

Return type:

bool