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
loadset | Loadset | The loadset as an object |
name | string | Name of the loadset |
ID | long | ID of the loadset |
resFile | string or long | Filename or ID of the results file in which the loadcase resides (default = model) |
eigen | long | Eigenvalue ID of the loadset |
harm | long | Harmonic ID of the loadset |
Return value | string | The name of the tab |
Back to LPIGridWindow
Back to Overview