Index: action_details.html =================================================================== --- action_details.html (revision 32792) +++ action_details.html (revision 32793) @@ -3201,6 +3201,46 @@ must be an integer between -3 and +3. +

RouteStyle

+
+

+ +
Syntax summary: +RouteStyle(style_id|style_name|@current, [set|get, trace-thickness|trace-clearance|text-thickness|text-scale|name, [value]]) +
Help text: +Without second argument: copies the indicated routing style into the current pen; with second argument sets or gets a field of the routing style. +
Registered by:n/a +
+

+Reads or writes route style properties. +

+ The first argument addresses the style and is one of: +

+ +

+ The second argument is + +set + + which will modify the addressed style using the 4th argment +value + or + +get + +, where the 4th argument is omitted and the return value of the action holds the resulting value of the query. All sets are undoable. +

+ The 3rd argument addresses the property of the style. +

+

s

Index: action_reference.html =================================================================== --- action_reference.html (revision 32792) +++ action_reference.html (revision 32793) @@ -13,7 +13,7 @@ @@ -343,7 +343,7 @@ - + @@ -368,9 +368,6 @@ - - - Index: action_src/routestyle.html =================================================================== --- action_src/routestyle.html (nonexistent) +++ action_src/routestyle.html (revision 32793) @@ -0,0 +1,15 @@ +Reads or writes route style properties. +

+The first argument addresses the style and is one of: +

    +
  • an integer greater than zero: style ID (styles are counted from 1) +
  • @current, which will pick the style currently selected +
  • an arbitrary style name, which will pick the first style with matching name +
+

+The second argument is set which will modify the addressed style +using the 4th argment value or get, where the 4th argument +is omitted and the return value of the action holds the resulting value of +the query. All sets are undoable. +

+The 3rd argument addresses the property of the style.

-This is pcb-rnd 2.2.4 (svn r32688) an interactive printed circuit board editor , Revision: 32720 +This is pcb-rnd 2.2.4 (svn r32730) an interactive printed circuit board editor , Revision: 32792
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
rnReads netlist.rn [name]shand_cmd plugin
Rotate90Rotates the object under the crosshair by 90 degree steps.pcb_move_obj(steps)
roundrectGenerate a rectangle with round cornersroundrect([where,] width[;height] [,rx[;ry] [,rotation [,cornstyle [,roundness]]]])shape plugin
RouteStyleWithout second argument: copies the indicated routing style into the current pen; with second argument sets or gets a field of the routing style.RouteStyle(style_id|style_name|current, [set|get, width|clearance, [value]])
RouteStyleWithout second argument: copies the indicated routing style into the current pen; with second argument sets or gets a field of the routing style.RouteStyle(style_id|style_name|@current, [set|get, trace-thickness|trace-clearance|text-thickness|text-scale|name, [value]])
RouteStylesChangedTells the GUI that the routing styles have changed.RouteStylesChanged()oldactions plugin
sSaves layout data.s [name]
w [name]
shand_cmd plugin
SaveSave layout data to a user-selected file.Save()
Save(Layout|LayoutAs)
Save(AllConnections|AllUnusedPins|ElementConnections)
Save(PasteBuffer)
Save(DialogByPattern, pcb|footprint|font|buffer, none|board|fp, prompt, [default_pattern])
dialogs plugin
SetUnitsSet the default measurement units.SetUnits(mm|mil)
SetValueChange various board-wide values and sizes.SetValue(Grid|Line|LineSize|Text|TextScale, delta)
shapeInteractive shape generator.shape()shape plugin
sklineTool for drawing sketch linesskline()sketch_route plugin
skretriangulateReconstruct CDT on all layer groupsskretriangulate()sketch_route plugin
sktransformTransform sketch to geometrical wiringsktransform(rect|oct|alldir)sketch_route plugin
smartdisperseDisperse subcircuits into clusters, by netlist connectionsSmartDisperse([All|Selected])smartdisperse plugin
splitUse one or more objects as cutting edge and trim or split other objects. First argument is the cutting edgetrim([selected|found|object], [selected|found|object])
split([selected|found|object], [selected|found|object])
ddraft plugin
StatusSetTextReplace status printout with text temporarily; turn status printout back on if text is not provided.StatusSetText([text])lib_hid_pcbui/status