Package test_table


Variables

 myStudy = salome.myStudy
tuple myBuilder = myStudy.NewBuilder()
tuple myComponent = myStudy.FindComponent("VirtualComponent")
tuple myComponent = myBuilder.NewComponent("VirtualComponent")
tuple aName = myBuilder.FindOrCreateAttribute(myComponent, "AttributeName")
tuple myTIntObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myTIntObject, "AttributeName")
tuple AIntTable = myBuilder.FindOrCreateAttribute(myTIntObject, "AttributeTableOfInteger")
list a = [1,2,3,4,5,6,7,8,9,10]
list a = [110,120,130,140,150,160,170,180,190,200]
list a = [-1,272,0,0,-642,10000,13,578,-578,99]
list c = ["C1","C2","C3","C4","C5","C6","C7","C8","C9","C10"]
tuple myTRealObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeName")
tuple ARealTable = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeTableOfReal")
dictionary k = {}
dictionary l = {}
tuple myIntObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myIntObject, "AttributeName")
tuple AInt = myBuilder.FindOrCreateAttribute(myIntObject, "AttributeInteger")
tuple myRealObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myRealObject, "AttributeName")
tuple AReal = myBuilder.FindOrCreateAttribute(myRealObject, "AttributeReal")
tuple myCmtObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeName")
tuple ACmt = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeComment")
 myStudy = salome.myStudy
tuple myBuilder = myStudy.NewBuilder()
tuple myComponent = myStudy.FindComponent("VirtualComponent")
tuple myComponent = myBuilder.NewComponent("VirtualComponent")
tuple aName = myBuilder.FindOrCreateAttribute(myComponent, "AttributeName")
tuple myTIntObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myTIntObject, "AttributeName")
tuple AIntTable = myBuilder.FindOrCreateAttribute(myTIntObject, "AttributeTableOfInteger")
list a = [1,2,3,4,5,6,7,8,9,10]
list a = [110,120,130,140,150,160,170,180,190,200]
list a = [-1,272,0,0,-642,10000,13,578,-578,99]
list c = ["C1","C2","C3","C4","C5","C6","C7","C8","C9","C10"]
tuple myTRealObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeName")
tuple ARealTable = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeTableOfReal")
dictionary k = {}
dictionary l = {}
tuple myIntObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myIntObject, "AttributeName")
tuple AInt = myBuilder.FindOrCreateAttribute(myIntObject, "AttributeInteger")
tuple myRealObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myRealObject, "AttributeName")
tuple AReal = myBuilder.FindOrCreateAttribute(myRealObject, "AttributeReal")
tuple myCmtObject = myBuilder.NewObject(myComponent)
tuple AName = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeName")
tuple ACmt = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeComment")


Variable Documentation

test_table.myStudy = salome.myStudy [static]
 

tuple test_table.myBuilder = myStudy.NewBuilder() [static]
 

tuple test_table.myComponent = myStudy.FindComponent("VirtualComponent") [static]
 

tuple test_table.myComponent = myBuilder.NewComponent("VirtualComponent") [static]
 

tuple test_table.aName = myBuilder.FindOrCreateAttribute(myComponent, "AttributeName") [static]
 

tuple test_table.myTIntObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myTIntObject, "AttributeName") [static]
 

tuple test_table.AIntTable = myBuilder.FindOrCreateAttribute(myTIntObject, "AttributeTableOfInteger") [static]
 

list test_table.a = [1,2,3,4,5,6,7,8,9,10] [static]
 

list test_table.a = [110,120,130,140,150,160,170,180,190,200] [static]
 

list test_table.a = [-1,272,0,0,-642,10000,13,578,-578,99] [static]
 

list test_table.c = ["C1","C2","C3","C4","C5","C6","C7","C8","C9","C10"] [static]
 

tuple test_table.myTRealObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeName") [static]
 

tuple test_table.ARealTable = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeTableOfReal") [static]
 

dictionary test_table.k = {} [static]
 

dictionary test_table.l = {} [static]
 

tuple test_table.myIntObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myIntObject, "AttributeName") [static]
 

tuple test_table.AInt = myBuilder.FindOrCreateAttribute(myIntObject, "AttributeInteger") [static]
 

tuple test_table.myRealObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myRealObject, "AttributeName") [static]
 

tuple test_table.AReal = myBuilder.FindOrCreateAttribute(myRealObject, "AttributeReal") [static]
 

tuple test_table.myCmtObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeName") [static]
 

tuple test_table.ACmt = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeComment") [static]
 

test_table.myStudy = salome.myStudy [static]
 

tuple test_table.myBuilder = myStudy.NewBuilder() [static]
 

tuple test_table.myComponent = myStudy.FindComponent("VirtualComponent") [static]
 

tuple test_table.myComponent = myBuilder.NewComponent("VirtualComponent") [static]
 

tuple test_table.aName = myBuilder.FindOrCreateAttribute(myComponent, "AttributeName") [static]
 

tuple test_table.myTIntObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myTIntObject, "AttributeName") [static]
 

tuple test_table.AIntTable = myBuilder.FindOrCreateAttribute(myTIntObject, "AttributeTableOfInteger") [static]
 

list test_table.a = [1,2,3,4,5,6,7,8,9,10] [static]
 

list test_table.a = [110,120,130,140,150,160,170,180,190,200] [static]
 

list test_table.a = [-1,272,0,0,-642,10000,13,578,-578,99] [static]
 

list test_table.c = ["C1","C2","C3","C4","C5","C6","C7","C8","C9","C10"] [static]
 

tuple test_table.myTRealObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeName") [static]
 

tuple test_table.ARealTable = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeTableOfReal") [static]
 

dictionary test_table.k = {} [static]
 

dictionary test_table.l = {} [static]
 

tuple test_table.myIntObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myIntObject, "AttributeName") [static]
 

tuple test_table.AInt = myBuilder.FindOrCreateAttribute(myIntObject, "AttributeInteger") [static]
 

tuple test_table.myRealObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myRealObject, "AttributeName") [static]
 

tuple test_table.AReal = myBuilder.FindOrCreateAttribute(myRealObject, "AttributeReal") [static]
 

tuple test_table.myCmtObject = myBuilder.NewObject(myComponent) [static]
 

tuple test_table.AName = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeName") [static]
 

tuple test_table.ACmt = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeComment") [static]