Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbGetRouteSubAuthor

dbGetRouteSubAuthor( 
d_routeId 
) 
=> t_subAuthorType

Description

Retrieves the sub-author attribute on the specified route.

Argument

d_routeId

Database ID of a route.

Value Returned

t_subAuthorType

Name of the sub-author type.

Examples

Create a new route rtl with sub-author type Mesh.

rt1 = dbCreateRoute(MainCV mainNet t "normal")
dbSetRouteSubAuthor(rt1 "Mesh")
=> t

Retrieve the sub-author type on the route rtl.

dbGetRouteSubAuthor(rt1)
=> "Mesh"

Related Topics

Interconnect Functions


Return to top
 ⠀
X