Skip to content

Latest commit

 

History

History
162 lines (79 loc) · 1.31 KB

File metadata and controls

162 lines (79 loc) · 1.31 KB

ISCH_ProjectNetInfo interface

工程网络属性

Signature

interface ISCH_ProjectNetInfo 

Properties

Property

Modifiers

Type

Description

boardName

string

板子名称

nets

Array<ISCH_NetInfo>

网络

schematicName

string

原理图名称

schematicUuid

string

原理图 UUID


属性详情

boardname

ISCH_ProjectNetInfo.boardName property

板子名称

Signature

boardName: string;

nets

ISCH_ProjectNetInfo.nets property

网络

Signature

nets: Array<ISCH_NetInfo>;

schematicname

ISCH_ProjectNetInfo.schematicName property

原理图名称

Signature

schematicName: string;

schematicuuid

ISCH_ProjectNetInfo.schematicUuid property

原理图 UUID

Signature

schematicUuid: string;