Controller

Introduction

This module communicates with the hardwares under OsuController.

Controller

class lvmieb.controller.IebController(host, port, name='', pres_id=253, spec='')[source]

Bases: object

Talks to an Ieb controller over TCP/IP

async getWAGOEnv()[source]
async getWAGOPower()[source]
async get_status()[source]
async initialize()[source]
async read_pressure(ccdname)[source]
async read_temp(ccdname)[source]
async send_command(command, SelectTimeout=3.0)[source]
async setWAGOPower(dev, state)[source]
async set_home()[source]
count = 0