Tango

Important

While supported by FastCS, and therefore by fastcs_secop, Tango support has not been extensively tested. This page documents some known limitations.

Modifications and improvements for Tango support are welcome. See Contributing.

Tango transport requires fastcs[tango] to be installed.

Supported SECoP data types

Tango transport supports the following SECoP data types:

  • double

  • scaled

  • int

  • bool

  • enum

  • string

  • blob

  • array of double/int/bool/enum*/string

  • matrix (if the matrix has dimensionality <= 2)

  • command (if arguments and return values are empty or one of the above types)

Other data types can only be read or written in β€˜raw’ mode.