diff --git a/doc/xschem_man/developer_info.html b/doc/xschem_man/developer_info.html index 5eef8115..e0971c46 100644 --- a/doc/xschem_man/developer_info.html +++ b/doc/xschem_man/developer_info.html @@ -521,6 +521,7 @@ C {verilog_timescale.sym} 1050 -100 0 0 {name=s1 timestep="1ns" precision="1ns" +
  • abort_operation
  • @@ -764,6 +765,7 @@ C {verilog_timescale.sym} 1050 -100 0 0 {name=s1 timestep="1ns" precision="1ns"
           
            getprop text num attr
        Get attribute 'attr' of text number 'num'
    +   if attribute is 'txt_ptr' return the text
           
            getprop wire num attr
        Get attribute 'attr' of wire number 'num'
    @@ -1129,8 +1131,8 @@ C {verilog_timescale.sym} 1050 -100 0 0 {name=s1 timestep="1ns" precision="1ns"
        schematic (issues a warning).
        if 'new_process' is given start a new xschem process 
  • search regex|exact select tok val [match_case]
  • -   Search instances with attribute string containing 'tok'
    -   attribute and value 'val'
    +   Search instances / wires / rects / texts with attribute string containing 'tok'
    +   and value 'val'
        search can be exact ('exact') or as a regular expression ('regex')
        select: 
           0 : highlight matching instances
    @@ -1170,7 +1172,8 @@ C {verilog_timescale.sym} 1050 -100 0 0 {name=s1 timestep="1ns" precision="1ns"
        
  • selected_set [what]
  •     Return a list of selected instance names
        If what is not given or set to 'inst' return list of selected instance names
    -   If what set to 'rect' return list of selected rectangles with their coordinates 
    + If what set to 'rect' return list of selected rectangles with their coordinates + If what set to 'text' return list of selected texts with their coordinates
  • selected_wire
  •    Return list of selected nets 
  • send_to_viewer
  • @@ -1401,6 +1404,8 @@ C {verilog_timescale.sym} 1050 -100 0 0 {name=s1 timestep="1ns" precision="1ns"
     
     
     
    +
    +