GICSourcesI (Int) Interface
This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:
int32_t GICSourcesI(int32_t Parameter, int32_t Argument);
This interface returns an integer with the result of the query according to the value of the variable Parameter, which can be one of the following:
Parameter 0: GICSources.Count
This parameter gets number of GICSources in active circuit.
Parameter 1: GICSources.First
This parameter sets the first GICSource active. Returns 0 if none.
Parameter 2: GICSources.Next
This parameter sets the next GICSource active. Returns 0 if none.
Parameter 3: GICSources.Phases read
This parameter returns the number of phases of the active GICSource.
Parameter 4: GICSources.Phases write
This parameter allows to specify the number of phases of the active GICSource.