linxi
Newbie level 1
- Joined
- Oct 9, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 8
Dear all,
There is a problem about how to sweep all values of a variable(AMP) in a .txt file. I used a DAC to read the file and the block was set as follows:type=discrete, interpmode=Index Lookup, Interdom=Rectangular,ExtraMode=Interpolation Mode,iVar1=1,iVar1=Index-1.
I also used a DC, which was set: SweepVar="Index",start=1, stop=6, step1.
when it is simulated, the error said :unsolved reference:Index.
the file:
BEGIN X
%Index AMP
1 0.1
2 0.2
3 0.3
.....
END X
Does anyone know how to solve this problem? Thanks.
There is a problem about how to sweep all values of a variable(AMP) in a .txt file. I used a DAC to read the file and the block was set as follows:type=discrete, interpmode=Index Lookup, Interdom=Rectangular,ExtraMode=Interpolation Mode,iVar1=1,iVar1=Index-1.
I also used a DC, which was set: SweepVar="Index",start=1, stop=6, step1.
when it is simulated, the error said :unsolved reference:Index.
the file:
BEGIN X
%Index AMP
1 0.1
2 0.2
3 0.3
.....
END X
Does anyone know how to solve this problem? Thanks.
Last edited: