How to dump PDMS attributes to be read into Naviswork

 
Parents
  • I think you should run cycle somethink like this:
    [COLOR=#333333]VAR !sites COLLECT ALL SITE for ce[/COLOR]
    do !site values !sites
    $!site
    !filename= [COLOR=#333333]'C:\temp\' & [/COLOR]!site.replace('=','').replace('/','') & '[COLOR=#333333].ATT'
    [/COLOR]
     [COLOR=#333333]!!attdumpFile([/COLOR]!filename[COLOR=#333333])[/COLOR]
    enddo

Reply
  • I think you should run cycle somethink like this:
    [COLOR=#333333]VAR !sites COLLECT ALL SITE for ce[/COLOR]
    do !site values !sites
    $!site
    !filename= [COLOR=#333333]'C:\temp\' & [/COLOR]!site.replace('=','').replace('/','') & '[COLOR=#333333].ATT'
    [/COLOR]
     [COLOR=#333333]!!attdumpFile([/COLOR]!filename[COLOR=#333333])[/COLOR]
    enddo

Children
No Data