« Drawing Index Creation..... | Main | Having some fun with my mac, and old pictures... »

Tuesday, January 22, 2008

AutoCAD Electrical User Group 1/22/2008

I first want to apologize for my voice as I have been recovering from a cold. I think there were a couple great tips that came out of todays user group and I wanted to capture them here before I forget.

Wild Cards

We are not talking Texas Hold em or any other poker here. AutoCAD Electrical has some built in wild cards for reporting that were brought to the surface today. For example performing a BOM report on everything except a certain location code, or a certain section of drawings. This is made easy with the following information: (Thanks Nate Holt for the info)

# (pound)

Matches any numeric digit

@ (at)

Matches any alphabetic character

. (period)

Matches any nonalphanumeric character

* (asterisk)

Matches any string and can be used anywhere in the search string

? (question  mark)                                  

Matches any single character; for example, ?BC matches ABC, 3BC, and so on

~ (tilde)

Matches anything but the pattern; for example; ~*AB*matches all strings that don't contain AB

[ ]

Matches any one of the characters enclosed; for example, [AB]C matches AC and BC

[~]

Matches any character not enclosed; for example, [~AB]C matches XC but not AC

[-]

Specifies a range for a single character; for example, [A-G]C matches AC, BC, and so on to GC, but not HC

` (reverse quote)

Reads the next character literally; for example, `~AB matches ~AB

Places we know this can be used from today's conversations is Locatioin Codes, Installation Codes, and section / Sub Section filtering in the project wide commands.

I hope this helps, and thanks again to Nate Holt for this info.

TrackBack

TrackBack URL for this entry:
https://www.typepad.com/services/trackback/6a00d83482650853ef00e54fed23b08833

Listed below are links to weblogs that reference AutoCAD Electrical User Group 1/22/2008:

Comments

The comments to this entry are closed.