Home > PCB_Net > getAllNetName
PCB_Net.getAllNetName() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
获取所有网络的网络名称
Signature
typescript
getAllNetName(): Promise<Array<string>>;
1
Returns
Promise<Array<string>>
网络名称数组