This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:


CStr MonitorsS(int32_t Parameter, CStr Argument);


This interface returns a string according to the number sent in the variable “parameter”. The parameter can be one of the following:


Parameter 0: Monitors.FileName

This parameter returns the name of the CSV file associated with active monitor.


Parameter 1: Monitors.Name read

This parameter returns the active Monitor object by name.


Parameter 2: Monitors.Name Write

This parameter sets the active Monitor object by name.


Parameter 3: Monitors.Element read

This parameter returns the full name of element being monitored by the active Monitor.


Parameter 4: Monitors.Element Write

This parameter sets the full name of element being monitored by the active Monitor.