vrfTLineAbut
vrfTLineAbut(
t_instA
t_instB
t_pinA
t_pinB
t_pinAside
t_conn
n_event
d_group
d_chain
)
=> t / nil
Description
Abuts two transmission line instances with the required specifications and issues a warning if the device cannot be abutted.
Arguments
|
t_instA
|
The first instance for abutment.
|
|
t_instB
|
The second instance for abutment.
|
|
t_pinA
|
The first instance pin for abutment.
|
|
t_pinB
|
The second instance pin for abutment.
|
|
t_pinAside
|
The pinA type of instance A.
|
|
t_conn
|
The connection type.
|
|
n_event
|
The event number.
|
|
d_group
|
The group ID.
|
|
d_chain
|
The chain ID.
|
Value Returned
|
t
|
The transmission line instances were abutted.
|
|
nil
|
The transmission line instances could not be abutted.
|
Example
vrfTLineAbut(instA instB)
Abuts the two instances as per the defined specifications.
Related Topics
Creating TLines Instances
Instantiating TLine Instances
Return to top