I'm testing simple scenarios such as a single waveform played once. I call AGN6030A_CreateArbWaveform to get a handle and pass it in an array to AGN6030A_CreateArbSequence. In this case the loop count array just contains 1 on the first entry. I get the error "Not a valid configuration."
What potential issues are there for this scenario? Is there any example code available?
It looks like a call to AGN6030A_ConfigureOutputMode with AGN6030A_VAL_OUTPUT_SEQ resolved this.