반응형

아래 TOP의 layer 속성을 변경

1. xs 에 TOP layer의 dbid를 넣음

2. axlXSectionModify( 여러 값들 ) 으로 그룹생성

3. axlXSectionSet 으로 변경

반응형

(name TOP은 중복되므로 주석)

xs = axlXSectionGet(nil "TOP")

; 세팅 그룹 생성
lxc = axlXSectionModify(
   ; ?name "TOP"
   ?layerType "CONDUCTOR"
   ?mfg "foobar"
   ?thickness 10.0
   ?tolPlus 0.1
   ?tolMinus 0.2
   ?layerId "Ed"
   ?material "fucking"
   ;?negativeArtwork t
   ;?unusedPin t
   ?unusedVia t
   ;?embedded "BODY_UP"
   ;?embeddedAttach "INDIRECT_ATTACH"
   ?conductivity "20000"
   ;?dielectricConst "2.1"
   ?width 4.4
   ?lossTangent "0.123"
   ?shield t
   ?freqDepFile "freqFile"
   ?etchFactor 88
   ?diffCouplingType "EDGE"
   ?diffSpacing 2
)

ret = axlXSectionSet(xs lxc)

결과

 

 

반응형

+ Recent posts