Properties

pogo_html_docu/VcExecutor/Properties.html See pogo generated info for more details.

 Device Name of a tango device to be passed to the VcCode in the constructor. If not defined nothing will be passed.

 Door Name of a Door device to be passed to the VcCode in the constructor (in case connection with Sardana is needed). If not defined nothing will be passed.

 DynamicAttributes List of the attributes to be added dynamically to the class. The entry for each attribute has to be of the type: name,type,access,dimension1,dimension2 (for images) with long, double and string as possible type values, r (only read) and rw (read and write) as access values,dimension1 the maximum data length en case of spectra and the horizontal dimension in case of images (not needed for scalars), and dimension2 the vertical dimension in case of images (not needed for scalars or spectra). If type and access are not specified, or they are but the value is not a possible one, the attribute will be created as long with write and read access. For example:
  OffsetX,double,rw
  Phi,double,r
  DataSpectrum,double,r,1024
  DataImage, double,r,1024,2056
  SimulationMode,int,rw

 VcCode The path to the file that contains the virtual counter code. Examples can be found below.