Open
Description
As a user of scl-diff
I would like to describe the SCL element Inputs
as a child of LNDescription
** Requirements: **
- export
InputsDescription
type ExtRefDescription = {
iedName?: string;
ldInst?: string;
prefix? string;
lnClass?: string;
lnInst?: string;
intAddr?:string;
srcCBName?: string;
srcLDInst?: string;
srcPrefix?: string;
srcLNClass?: string;
srcLNInst?: string;
serviceType?:string;
pLN?: string;
pDO?:string;
pDA?:string;
pServT?: string;
}
export interface InputsDescription extends NamingDescription {
extRefs: ExtRefDescription [];
}
Metadata
Metadata
Assignees
Labels
No labels