First of all, the .fil is not getting created when time points are introduced along with nset. If I want to extract directly from odb using ReadFieldOdb command, the flollowing errors are encountered.
true must be True or False
Error in error (line 16)
Error in readNodeFieldOdbPyScript (line 184)
Error in readNodeFieldOdb (line 252)
readNodeFieldOdbPyScript(odbFile,stepName,instanceName,nsetName,...
Error in Main_CODE (line 24)
[odbOut,odbDat,~]=readNodeFieldOdb('soundtemp_optim.odb','Step-1',...
Please replace the command with the following:
[odbOut,odbDat,~]=readNodeFieldOdb('soundtemp_optim.odb','Step-1',... 'gfrp-1','node','NT','True');