Hye, plz help me, I assigned a function and intreduced a TimeHistory case, but I don't know how to get U1, U2... as a vector, function of time!!!!
when I did this code, I get U1 as a point:
ret = SapModel.Results.Setup.DeselectAllCasesAndCombosForOutput;
ret =...
pleaaaseeee help me if you can: I want to set a TimeHistory by using FromFile_1 with SAP2000 API and Matlab my code is:
ret= SapModel.Func.FuncTH.SetFromFile_1('accelero', 'C:\API\essai.txt', 0, 0, 1, 2, True());
and my essai.txt is
0 -1.65
0.005 -2.17
0.01 -2.17
0.015 -3.71
0.02 2.33
but it...