Project SCL as XMLDocument
SampledValueControl (SMV) or GSEControl (GSE)
Whether the GOOSE is a Trip GOOSE resulting in different APPID range - default false
A function generating increasing unused APPID within doc
on subsequent invocations
const appIdGen = appIdGenerator(doc,"GSE");
const appId1 = appIdGen(); //0001
const appId2 = appIdGen(); //000A
Generated using TypeDoc
Generator function returning unique
APPIDwithindoc. Defined once it can generate uniqueAPPIDs without the need to update thedocin-between