Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 9396) +++ trunk/doc/user/09_appendix/action_details.html (revision 9397) @@ -60,6 +60,23 @@ command modifies multiple terminals so that a whole function group is activated (by function group name). +

FuncmapPrintTable

+
+

+ +
Syntax summary: +FuncmapPrintTable(component, [column]) +
Help text: +Print a table of all alternative port functions for a component If column is specified, sort the table by the named column. +
Registered by: +funcmap +
+

+Prints the function mapping of a component in the standard tabular form to the stdout. Each row is a port, each column is a function group. Cells are function names. The function that's active for a port is wrapped in [[]]. +

+ If the optional second parameter is specified and is a valid column name, the table is sorted by that column. +

+

Quit

Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 9396) +++ trunk/doc/user/09_appendix/action_reference.html (revision 9397) @@ -90,7 +90,7 @@ FuncmaplibCleanLocalRemove all local-lib funcmaps from the current sheet; they are re-loaded from external libs into the local lib upon the next compilation. Useful to refresh local lib from disk.FuncmaplibCleanLocal()funcmap FuncmaplibRehashRebuild the in-memory tree of funcmapsFuncmaplibRehash()funcmap FuncmapPortDialogOpen the modal dialog for changing the alternate function of a port. FuncmapPortDialog(object, component, port)funcmap -FuncmapPrintTablePrint a table of all alternative port functions for a component If column is specified, sort the table by the named column.FuncmapPrintTable(component, [column])funcmap +FuncmapPrintTablePrint a table of all alternative port functions for a component If column is specified, sort the table by the named column.FuncmapPrintTable(component, [column])funcmap GetObjTypeReturn the type of the object named in oidpath as a string.GetObjType([root_data,] idpath)act_read GetParentGrpReturn the oidpath of the immediate parent group of an objectGetParentGrp([root_data,] idpath)act_read GetValueConvert a coordinate value. Returns an unitless double or FGW_ERR_ARG_CONV. The 3rd parameter controls whether to require relative coordinates (+- prefix). Wraps rnd_get_value_ex().GetValue(input, units, relative, default_unit)act_read Index: trunk/doc/user/09_appendix/action_src/funcmapprinttable.html =================================================================== --- trunk/doc/user/09_appendix/action_src/funcmapprinttable.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/funcmapprinttable.html (revision 9397) @@ -0,0 +1,8 @@ +Prints the function mapping of a component in the standard tabular form to +the stdout. Each row is a port, each column is a function group. Cells +are function names. The function that's active for a port is wrapped +in [[]]. +

+If the optional second parameter is specified and is a valid column name, +the table is sorted by that column. +