Command Dictionary Add Mos Direction
FastScan and FlexTest Reference Manual, V8.6_4 2-81
Add Mos Direction
Tools Supported: FastScan and FlexTest
Scope: Setup mode
Prerequisites: This command can only operate on a Spice design.
Usage
ADD MOs Direction subckt_name instance_name source_port drain_port
Description
Assigns the direction of a bi-directional MOS transistor.
The Add Mos Direction command sets the direction of a bi-directional transistor
in the Spice design or library. The direction is from SOURCE to DRAIN port.
Arguments
subckt_name
A required string that specifies the name of the SUBCKT that contains the
instance for which you are setting the direction.
instance_name
A required string that specifies the name of the instance within the SUBCKT
for which you are setting the direction.
source_port
A required string that specifies the name of the SOURCE port.
drain_port
A required string that specifies the name of the DRAIN port.
Examples
The following example assigns the direction of the instance (K5) bi-direction
MOS transistor of the subskt FADD2 from the port IN0 to the port IN1:
add mos direction FADD2 K5 IN0 IN1