fastcs.transport.epics.options#

Members

EpicsDocsOptions

Docs options for EPICS.

EpicsGUIFormat

The format of an EPICS GUI.

EpicsGUIOptions

Epics GUI options for use in both CA and PVA transports.

EpicsIOCOptions

Epics IOC options for use in both CA and PVA transports.

class fastcs.transport.epics.options.EpicsDocsOptions(path: Path = PosixPath('.'), depth: int | None = None)[source]#

Docs options for EPICS.

class fastcs.transport.epics.options.EpicsGUIFormat(value)[source]#

The format of an EPICS GUI.

class fastcs.transport.epics.options.EpicsGUIOptions(output_path: Path = PosixPath('output.bob'), file_format: EpicsGUIFormat = EpicsGUIFormat.bob, title: str = 'Simple Device')[source]#

Epics GUI options for use in both CA and PVA transports.

class fastcs.transport.epics.options.EpicsIOCOptions(pv_prefix: str = 'MY-DEVICE-PREFIX')[source]#

Epics IOC options for use in both CA and PVA transports.