12-30-2008 04:02 PM
01-08-2010 01:00 PM
01-11-2010 04:18 PM
Hello Guys,
I have been looking through the driver and there are a number of VIs that could potentially throw errors. Can you narrow down which specific function is throwing the error and take a screen shot of the error that is thrown?
01-11-2010 04:30 PM
01-12-2010 08:10 AM
It was some time ago when I posted this message. From my previous error description and reviewing the working VI I resolved the problem by converting the scalar noise bandwidth into an single element array using the build array primitive. Also ensure each input to the list property VI shares the same array dimension. Additionally, I added the carrier count polymorphic VI with a carrier count of "1" before the list property VI.
I hope this helps as I mentioned previously it has been sometime since I posted this message.
01-13-2010 09:52 PM
Thanks for your reply. I have only one carrier. The problem indicating Unexpected Number of Parameters #115 has been solved by converting the scalar parameter list ( Carrier spacing list,Filter alpha,Noise Bandwidth list, Method List etc.)into a single element array.I also probed inside of the VI to view the strings that the VI creates, and the SCPI commands produced were OK.But there is another problem.I found that my setting to the carrier and offset didn't work. After running my VI the offset Freq was set to 3MHz and the IBW was set to 2MHz defaultly, unlike what I set manually.
The VI and the screen shot of the ACPR are attached below.Thank you.
01-14-2010 12:02 PM
Hello SunnyBoy,
What is the string that is being passed to the VISA Write inside of the Configure Frequency (Center Span) VI? Have you verified that you are entering the proper case structure (should be case 0).
01-19-2010 02:56 AM
The VISA Write inside of the Configure Frequency (Center Span) VI works. I have verified that the strings passed are OK, that is
:ACP:FREQ:SPAN 5000000.000000;:FREQ:CENTER 8.365000E+8;
So the problem lies in other aspects. Thank you.
01-19-2010 03:39 AM
01-27-2010 07:37 PM
Hello,my dear friends. I've solved my problem. After I changed the Radio Device BTS/MS set from MS to BTS, the VI worked well. Then I noticed that when I tested ACPR by setting parameters in Meas Setup manually, the Radio Device couldn't be changed, set to BTS by default. So,the Radio Device in my program (Cofig Carrier-List sweep,Config Offset Freq and IBW) can be only set to BTS.
But how to change the Radio Device from BTS to MS? There is a solution. We can set the Radio Std to a standard signal such as IS-95 or WCDMA etc. , and make the Radio Device MS, then we change the Radio Std back to None in Mode Setup. The Radio Device can be set to MS and Everything will be working well.