LPIGridWindow.createLoadsetTab


createLoadsetTab(primaryComponent, loadset)

createLoadsetTab(primaryComponent, name, [resFile], [eigen], [harm])

createLoadsetTab(primaryComponent, ID, [resFile], [eigen], [harm])

Create a new tab in the grid view, which will represent the given loadset. This is equivalent to createTab(loadset.getName() & "(" & primaryComponent & ")") except that modeller will also attach the correct icon to the tab. For loadsets that do not support primary components, the primary component will be ignored and will not appear in brackets. Returns the generated name of the new tab, suitable for passing to setRowHeaders and setData

loadsetLoadsetThe loadset as an object
namestringName of the loadset
IDlongID of the loadset
resFilestring or longFilename or ID of the results file in which the loadcase resides (default = model)
eigenlongEigenvalue ID of the loadset
harmlongHarmonic ID of the loadset
Return valuestringThe name of the tab

Back to LPIGridWindow

Back to Overview