GOES

API

class goes.Entry(values)[source]

this is some kind of entry

class goes.PyDevice(name)[source]

this is some kind of device

attr_list = {'mev10': [[], {'polling period': 20000}]}
cmd_list = {}
class goes.PyDeviceExp(cl, name)[source]

this is some other kind of device

get_data()[source]

this is what you use to get the data

init_device()[source]

this is used by Tango

is_get_data_allowed()[source]

some method that checks if the data are allowed

is_mev10_allowed(req_type)[source]

you can get the mev10 only if you are allowed

read_mev10(the_att)[source]

with this you get the mev10!

class goes.PyDeviceExp(cl, name)[source]

this is some other kind of device

get_data()[source]

this is what you use to get the data

init_device()[source]

this is used by Tango

is_get_data_allowed()[source]

some method that checks if the data are allowed

is_mev10_allowed(req_type)[source]

you can get the mev10 only if you are allowed

read_mev10(the_att)[source]

with this you get the mev10!

Table Of Contents

Previous topic

Hunveyor

Next topic

Templates

This Page