Context Object Parameters
Parameter Name |
Type |
Read or Write |
Comments |
EleLogicalNetGroupInst |
PLM Instance |
Read |
The instance of the net group that is going to be
placed. |
SheetGroupID |
String |
Write |
The sheet group ID for all the Nets inside the given net
group. |
Sample
let ThisName (string)
let circuit(string)
let sSheetGroupID(string)
//let sSheetGroupID(string)
//set sSheetGroupID = ThisObject.Name
//Trace(1, "netgroup name : #", ThisObject.Name)
if ThisObject.V_Elec_PredefinedPartNumber <> ""
{
set sSheetGroupID = ThisObject.V_Elec_PredefinedPartNumber
}
else {set sSheetGroupID = "nocircuit"}
//Notify("GetSheetGroupID: netgroup # ; #", ThisObject.Name, sSheetGroupID)
Parameters.SetAttributeString("SheetGroupID", sSheetGroupID)