*createfbdfilefromfbdsummarytable
Creates a .fbd file from an FBD summary table.
Syntax
*createfbdfilefromfbdsummarytable filepath=<value> summPt_systemId=<value> summaryTable_name=<value>
Type
HyperMesh Tcl Modify Command
Description
Creates a .fbd file from an FBD summary table.
Inputs
- filepath=<value>
 - The full name and path of the .fbd file to write.
 - summPt_systemId=<value>
 - The ID of the system to resolve the summation.
 - summaryTable_name=<value>
 - The name of the FBD summary table created by *createfbdsummarytable.
 
Example
*createfbdfilefromfbdsummarytable C:/temp/my_fbd.fbd 2 FBDSummary_Run1Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2019.1