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

dbSetRouteSubAuthor

dbSetRouteSubAuthor(
d_routeId
t_subAuthorType
)
=> t / nil

Description

Sets the sub-author attribute on the specified route.

Arguments

d_routeId

Database ID of a route.

t_subAuthorType

Name of the sub-author type to be set.

Valid values: None, Mesh, Spine, Shield, Tie Shield

Any other value will result in an error.

Value Returned

t

The specified sub-author attribute was successfully set.

nil

The sub-author attribute could not be set.

Examples

Create a new route rtl and set sub-author type as Mesh.

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

Retrieve the sub-author type.

dbGetRouteSubAuthor(rt1)
=> "Mesh"

Related Topics

Interconnect Functions


Return to top
 ⠀
X