Author Topic: Line spacing between the component parameters in the schematic  (Read 2193 times)

0 Members and 1 Guest are viewing this topic.

Offline electricarTopic starter

  • Regular Contributor
  • *
  • Posts: 89
  • Country: ch
Line spacing between the component parameters in the schematic
« on: September 12, 2016, 11:48:43 am »
Hi,
I’m wondering if it is possible to change the line spacing between the displayed component parameters on the schematic? (see “schematic.png”: I mean the spacing between “R?”, “390R”, “0805” and “1055”. I want them to be closer to each other.
I got a schematic library with the component parameters as shown in “component parameters.png”. The respective component parameters have their parameters as shown in “parameter properties.png”.

Thank you very much in advance!

Kind regards
 

Online T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 22386
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: Line spacing between the component parameters in the schematic
« Reply #1 on: September 13, 2016, 07:38:32 am »
Nope*. :(

*I mean, you can set the parameter locations in the library (in the SchLib view, check Tools / Document Options, tick Always Show Comment/Designator, then move them around), but they'll be reset if the Designator and Comment objects are set to Autoposition.  And if they aren't, then the labels spin around with the Part as you rotate and flip it, which is ugly.  So it's pretty hopeless.

The next best thing is to tolerate it during placement, then fix up ALL THE COMPONENTS in one fell swoop.  Use Schematic Filters to do this.

A query something like this, should be pretty comprehensive:
Code: [Select]
IsDesignator OR (IsComment AND (NOT IsHidden)) OR (IsParameter AND (ParameterName = 'Value') AND (NOT IsHidden))
I use the 'Value' parameter a lot (sometimes with, sometimes without the Comment), but just fill in the name of whatever those parameters are that you're using.

With everything selected, set the right grid size (usually 5), CTRL+SHIFT+D (snap to grid), and M, S (Move / Selection) to get everything back where it needs to be.

Not quite that simple though. You need to move parameters for rotated Parts differently.  So, before you SHIFT+C out of the filter, hunt through and select all of those, and move them (and if you like, set Horizontal Justification to Center).

Or select parts by their rotation (e.g. IsPart AND (Orientation = '90 Degrees') and such) and move their parameters by selecting the parameters from the Inspector links.  Repeat for the four orientations, and however many component types you have.

Or you can place each part, toggle grid size, and position the labels tediously, on each placement.  Or if you flip/rotate a part, reset them.  Or...

::)

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline electricarTopic starter

  • Regular Contributor
  • *
  • Posts: 89
  • Country: ch
Re: Line spacing between the component parameters in the schematic
« Reply #2 on: September 16, 2016, 08:33:16 am »
Thank you for your answer! It seems like there always has to be a tradeoff :P
That sounds like Altium didn't really wanted to implement this. If I reset the font to Times New Roman size 10 the spacing looks fine. Only for other fonts the spacing is too big...
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf