...
The user can focus its design into a defined area using setAperture modifyAperture NXpython method.
Hereafter an example for this method:
Code Block |
---|
p.setAperturemodifyAperture(8,1,125,6) |
Environment:
Here after the table of compliances for this testcase.
Variant | NG-MEDIUM NG-LARGE NG-ULTRA |
Embedded | Yes |
Simulation | No |
Attributes |
|
IP |
|
Methods | setAperturemodifyAperture |
Table: PlacingConstraint Aperture environment
...
Hereafter an example for this method:
Code Block |
---|
p.setAperturesetFocus(8,1,12,624,2) |
Environment:
Here after the table of compliances for this testcase.
...
No option: A default focus is set by the tool.
ApertureFocus: A focus is set to the tool.
...
The user can remove regions from available area in the tool using createObstruction addObstruction and modifyObstruction NXpython method.
Consequently, all included resources in the specified regions cannot be used for the design.
Hereafter an example for this method:
Code Block |
---|
p.createObstructionaddObstruction('OBSTR_0', 14, 6, 1, 14, 8 3) p.modifyObstruction('OBSTR_0', 13, 5, 2, 4) |
Environment:
Here after the table of compliances for this testcase.
Variant | NG-MEDIUM NG-LARGE NG-ULTRA |
Embedded | Yes |
Simulation | No |
Attributes |
|
IP |
|
MethodscreateObstruction | addObstruction modifyObstruction |
Table: PlacingConstraint Obstruction environment
...
Variant | NG-MEDIUM NG-LARGE NG-ULTRA |
Embedded | Yes |
Simulation | No |
Attributes |
|
IP |
|
Methods | addBlackBox setAperturemodifyAperture |
Table: PlacingConstraint PreplaceIp environment
...