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


double IsourcesF(int32_t Parameter, double Argument);


This interface returns a floating point number with the result of the query according to the value of the variable Parameter, which can be one of the following:


Parameter 0: Isources.Amps read

This parameter gets the magnitude of the Isource in Amps.


Parameter 1: Isources.Amps write

This parameter sets the magnitude of the Isource in Amps.


Parameter 2: Isources.AngleDeg read

This parameter gets the phase angle of the Isource in degrees.


Parameter 3: Isources.AngleDeg write

This parameter sets the phase angle of the Isource in degrees.


Parameter 4: Isources.Frequency read

This parameter gets the frequency of the Isource in Hz.


Parameter 5: Isources.Frequency write

This parameter sets the frequency of the Isource in Hz.