GeorgeEllwood
Mechanical
- Aug 22, 2006
- 134
Hello,
I'm using a UAMP user subroutine.
I'm trying to use the number of sensors (nSensor) passed in from Abaqus to use to control a DO loop that names the sensors in the subroutine.
However when I check the output file nSensor is coming up as zero when it should be 122 in the example I'm trying. Any ideas? I've tried setting something to be equal to nSensor and outputting that but this is also zero. I've also tried len(sensorNames), sensorNames being nSensor long, but this also comes out as zero.
Any help would be appreciated.
Thanks
George
I'm using a UAMP user subroutine.
I'm trying to use the number of sensors (nSensor) passed in from Abaqus to use to control a DO loop that names the sensors in the subroutine.
However when I check the output file nSensor is coming up as zero when it should be 122 in the example I'm trying. Any ideas? I've tried setting something to be equal to nSensor and outputting that but this is also zero. I've also tried len(sensorNames), sensorNames being nSensor long, but this also comes out as zero.
Any help would be appreciated.
Thanks
George