Channel Access DataSource

PV syntax

The standard prefix for the datasource is ca:// which can be omitted if configured as the default datasource.

EPICS Channel Access PVs can be any record name or record.field name:

  ca://some:record:name
  ca://some_record_name
  ca://some_record_name.SCAN
        

Client side parameters

The data source supports a small number of client parameters that specify how to handle the pv at the client side. These parameters are stripped from the request and never reach the server.

The parameter block is a JSON object separated from the pv name by a space (i.e ' '). The currently supported parameters are:

Note that at this time the JSON notation has to match exactly (no extra spaces) and does not support the mix of parameters. This will be fixed in a future version.