PlaceNoErc process

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Description

Place a NoErc to suppress no-connection error message for a net on the current schematic document.

Parameters

Location.X (Integer) Specified in coordinate units of .01 inch. Range is 0-6500. Example: Location.X=100  

Location.Y (Integer) Specified in coordinate units of .01 inch. Range is 0-6500. Example: Location.Y=1500

Color (Long Integer) Specifies RGB value converted from 6 digit hexidecimal number. For example the color blue would be RGB:0,0,255 and Hex:FF0000 therefore the converted decimal value would be 16711680. The following formula may be used to calculate the required value, R+256*(G+(256*B)).  Examples: Color=0  is black   Color=255 is red   Color=65280 is green   Color=16711680 is blue   Color=16777215 is white.

Selection (True,False,Toggle)

Example

Process: SCH:PlaceNoErc

Your Ad Here