Hi all,
I am having trouble linking the DAC block to the SnP block. I have a .mdf file that has a list of SnP files which is being accessed by the DAC and then the data accessed by the DAC has to be sent to the SnP block to plot the data. I get an error in this last step. It says that an error occured while reading the data. Please help me out why this could be happening.
Thank you.
I am having trouble linking the DAC block to the SnP block. I have a .mdf file that has a list of SnP files which is being accessed by the DAC and then the data accessed by the DAC has to be sent to the SnP block to plot the data. I get an error in this last step. It says that an error occured while reading the data. Please help me out why this could be happening.
Thank you.
SnP is not treated as a "dynamic" component during core simulator run-time.(The same reason why you cannot change the resistance of an R component based on frequency. You don't get an error in case you try, but R simply won't adapt due to freq. It sticks with the value of the first iteration. R as a function of freq requires an eqn-based linear Z1P, which is treated as a varying element.)
The good news:
That's exactly what the Batch controller is good for! It's like a higher order (less efficient) sweep controller working outside the preprocessing stage.
(in contrast, regular parameter sweep loops post/inside pre-processing for performance reasons -> fast sweeps). This way, you can alter the filename, since the pre-processing is repeated for each iteration.
Have fun,
Toby
Edited by: Toby on Sep 25, 2015 10:57 AM