Skip to content

Latest commit

 

History

History
207 lines (98 loc) · 2.39 KB

File metadata and controls

207 lines (98 loc) · 2.39 KB

ISCH_PrimitiveComponentPin class

器件引脚图元

Signature

declare class ISCH_PrimitiveComponentPin extends ISCH_PrimitivePin 

Extends: ISCH_PrimitivePin

Remarks

器件引脚图元是一个特殊的图元,它指的是在原理图画布上关联到符号的引脚

器件引脚图元仅可更改 pinNumbernoConnected 属性,其它所有属性均为只读, 并且你只能通过 器件类的 getAllPinsByPrimitiveId 方法 或 获取到器件引脚图元

Properties

Property

Modifiers

Type

Description

primitiveType

protected

readonly

ESCH_PrimitiveType.COMPONENT_PIN

图元类型

Methods

Method

Modifiers

Description

getState_NoConnected()

获取属性状态:是否存在非连接标识

setState_NoConnected(noConnected)

设置属性状态:是否存在非连接标识


属性详情

primitivetype

ISCH_PrimitiveComponentPin.primitiveType property

图元类型

Signature

protected readonly primitiveType: ESCH_PrimitiveType.COMPONENT_PIN;

方法详情

getstate_noconnected

ISCH_PrimitiveComponentPin.getState_NoConnected() method

获取属性状态:是否存在非连接标识

Signature

getState_NoConnected(): boolean;

Returns

boolean

是否存在非连接标识

setstate_noconnected

ISCH_PrimitiveComponentPin.setState_NoConnected() method

设置属性状态:是否存在非连接标识

Signature

setState_NoConnected(noConnected: boolean): ISCH_PrimitiveComponentPin;

Parameters

Parameter

Type

Description

noConnected

boolean

Returns

ISCH_PrimitiveComponentPin

器件引脚图元对象