abNetsColumnValue Property
abNetsColumnValue string t_net_names
Description
Specifies net names to be displayed in the Nets column of Annotation Browser tree views, instead of getting the names from the objects associated to the marker.
The net names should be separated by space.
You can specify the nets in any order, Annotation Browser reorders them alphabetically automatically.
The Nets column can be used to group the markers in the View By options of Annotation Browser
Example
dbCreateProp(marker1 "abNetsColumnValue" "string" "/a/b /a/c")
dbCreateProp(marker2 "abNetsColumnValue" "string" "/a/c /a/b")
Nets are ordered automatically and marker1 and marker2 will both have (/a/b, /a/c) displayed in the Nets column of Annotation Browser.
Return to top