cxi_protocol

pyrost.cxi_protocol(datatypes=None, default_paths=None, float_precision=None)

Return the default CXI porotocol.

Parameters
  • datatypes (dict, optional) – Dictionary with attributes’ datatypes. ‘float’, ‘int’, or ‘bool’ are allowed.

  • default_paths (dict, optional) – Dictionary with attributes’ CXI default file paths.

  • float_precision ({'float32', 'float64'}, optional) – Floating point precision.

Returns

Default CXI protocol.

Return type

Protocol

See also

protocol

Full list of data attributes and configuration parameters.