GICSourcesS (String) Interface
This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:
CStr GISSourcesS(int32_t Parameter, CStr Argument);
This interface returns a string with the result of the query according to the value of the variable Parameter, which can be one of the following:
Parameter 0: GICSources.Bus1
This parameter gets the name of the first bus name of GICSource (Created name).
Parameter 1: GICSources.Bus2
This parameter gets the name of the second bus name of GICSource (Created name).
Parameter 2: GICSources.Name read
This parameter gets the name of the active GICSource object.
Parameter 3: GICSources.Name write
This parameter sets the name of the active GICSource object.