04-01-2016 06:48 AM
I try to manipulate a vector analyzer VNA by cvi code, I want to initialize the frequency, bandwith, number of points and power, I tried with this code but it does not work, help me please
code :
case EVENT_COMMIT:
rsvna_ConfigureFrequencyStartStop (vnaHandle, 1, 380.0e6, 400.0e6);
rsvna_ConfigureBandwidth(vnaHandle,1,100.0,Normal);
rsvna_ConfigurePower(vnaHandle,1,-10);
rsvna_ConfigureSweepNumberOfPoints (vnaHandle , 1, 300.0e3);
04-01-2016 07:31 AM - edited 04-01-2016 07:32 AM
First of all, I never used a vector analyzer so I can't help you with the peculiarities of that instrument.
Having said that, a few hints come to my mind:
04-01-2016 10:53 AM - edited 04-01-2016 10:54 AM
Thank you Roberto for the answer
I handle a vector analyzer ROHDE & Schwarez znb8 (8 9KHz . 9GHz)
I have no error in the code but it not working against the values that I want insert, not figure on the analyzer