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


CStr FusesS(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: Fuses.Name read

This parameter gets the name of the active fuse.


Parameter 1: Fuses.Name write

This parameter sets the name of the active fuse.


Parameter 2: Fuses.MonitoredObj read

This parameter gets the name of the Monitored Object by the active fuse.


Parameter 3: Fuses.MonitoredObj write

This parameter sets the name of the Monitored Object by the active fuse.


Parameter 4: Fuses.SwitchedObj read

This parameter gets the full name of the circuit element switch that the fuse controls. Defaults to the MonitoredObj.


Parameter 5: Fuses.SwitchedObj write

This parameter sets the full name of the circuit element switch that the fuse controls. Defaults to the MonitoredObj.


Parameter 6: Fuses.TCCcurve read

This parameter gets the name of the TCCcurve object that determines fuse blowing.


Parameter 7: Fuses.TCCcurve write

This parameter sets the name of the TCCcurve object that determines fuse blowing.