Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 953 Bytes

api_IOR.rst

File metadata and controls

33 lines (22 loc) · 953 Bytes

sardana.pool.poolioregister

I/O register API reference

The IOR is a generic element which allows to write/read from a given hardware register a value. This value type may be one of: int, float, bool.

An IOR has a state, and a value attributes. The state indicates at any time if the IOR is stopped, in alarm or moving. The value, indicates the current IOR value.

The available operations are:

write register(value)

executes write operation on the IOR with the given value

~PoolIORegister.write_register

sardana-ior-overview

the I/O register overview

~sardana.tango.pool.IORegister.IORegister

the I/O register tango device API