
This functionality is provided as a preview
of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the
Fusion API and Scripts forum.
Because this is a preview of future functionality, there is the possibility that it will change, which will possibly
break any existing programs that use this functionality. Because of that, you should never deliver any programs that use
any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.
Creates the *TRAN card.
"additiveFEADeckBuilder_var" is a variable referencing an AdditiveFEADeckBuilder object. |
"additiveFEADeckBuilder_var" is a variable referencing an AdditiveFEADeckBuilder object. |
| Name | Type | Description |
| startTime | double | Start time in s. |
| endTime | double | End time in s. |
| initialTimeIncrement | double | Initial time increment in s. |
| maxTimeIncrement | double | Maximum allowable time increment in s. |
| minTimeIncrement | double | Minimum allowable time increment in s. |
| incrementTol | double | Incrementation tolerance. |
| maxCutbacks | integer | Maximum number of cutbacks. |
| maxIncrements | integer | Maximum number of increments. |