TolopolgyS (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 TopologyS(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: Topology.BranchName read
This parameter gets the name of the active branch.
Parameter 1: Topology.BranchName write
This parameter sets the name of the active branch.
Parameter 2: Topology.BusName read
This parameter gets the name of the active Bus.
Parameter 3: Topology.BusName write
This parameter sets the Bus active by name.