A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: wio1547828540107
Ixiasoft
Visible to Intel only — GUID: wio1547828540107
Ixiasoft
2.6.4.9. Pins: all & Registers: post-fitting Filter
The following Tcl command demonstrates the use of the Pins: all & Registers: post-fitting filtering option:
set name_ids_col [get_names -filter * -node_type \ all_reg -observable_type post_fitter] foreach_in_collection name_id $name_ids_col { set name [get_name_info -info full_path -observable_type post_fitter \ $name_id] append name "," append name [get_name_info -info node_type $name_id] puts $name }
For more information about the get_names command, refer to The get_names Command.