Home > SCH_PrimitiveComponent > setNetFlagComponentUuid_AnalogGround
SCH_PrimitiveComponent.setNetFlagComponentUuid_AnalogGround() 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.
设置在扩展 API 中 AnalogGround 网络标识关联的器件 UUID
Signature
typescript
public setNetFlagComponentUuid_AnalogGround(component: { libraryUuid: string; uuid: string } | ILIB_DeviceItem | ILIB_DeviceSearchItem): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
component | { libraryUuid: string; uuid: string } | ILIB_DeviceItem | ILIB_DeviceSearchItem | 关联库器件 |
Returns
Promise<boolean>
操作是否成功