Hi,
I am trying to load the some frequency-gain tables simulated by an external tool into the Outputs of ADE Assembler.
To change the table with each Corner, I merged several tables into one file and tried to read the data by selecting the data corresponding to the Corner with xCol and yCol of getAsciiWave as follows.
- getAsciiWave("./table.txt" 1 VAR("sel") ?xskip 0 ?yskip 0 ?formatFload nil ?xName "freq" ?xUnits "Hz" ?yName "amplitude" ?yUnits "mag")
However, when I set the above variable "sel" into yCol in getAsciiWave, the file could not be read with an error. Of course, when I directly set 2 or 3 or something integer as yCol, these are successfully selected and loaded.
Is there any mistake? or is there another way to select and load tables by variable?
Regards,
Kaputt.