Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to find the device I want in NI-MAX

Solved!
Go to solution

I have installed RFSG, RFSA, and RFMX drivers, but I cannot find VST devices such as 5644R, 5645, 5646, and 5820 in NI-MAX. Before that, after installing NI-Switch or NI-Power drivers, I could find corresponding simulation devices to test, such as 2543 and 4132

0 Kudos
Message 1 of 10
(1,734 Views)

Nope, not all devices can be simulated.

 

RF devices typically do not support simulation device under NI MAX unless you have an STS config and TSM.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 10
(1,730 Views)

Is STS config and TSM another set of software that requires payment to download and use

0 Kudos
Message 3 of 10
(1,723 Views)

Typically, customers buy NI RF STS and along with this expensive equipment comes the softwares and features to help them develop and test code offline using Simulated instruments.

 

https://www.ni.com/en-in/shop/electronic-test-instrumentation/what-is-the-semiconductor-test-system....

https://www.ni.com/docs/en-US/bundle/teststand-semiconductor-module/page/tssemiconductor/tssemicondu...

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 4 of 10
(1,658 Views)

Alternatively, you can simulate the device at the driver layer by providing an 'option string' at initialize as described in this article,

 

https://www.ni.com/docs/en-US/bundle/ni-rfsg/page/rfsg/simulate.html

 

santo_13_0-1689341942277.png

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 5 of 10
(1,655 Views)

Thank you,santo;

I have simulated VST sending and receiving by adding optionString;

But I want the Marker function of the vector signal analyzer, as well as displaying the X and Y coordinates, similar to the function on the Soft Front Panel. However, the method on. Net seems to be missing, and only one column of PowerSpectrum can be read. What I want is two columns, the first column represents dbm, and the second column represents the corresponding frequency, but I haven't found it yet.

Thank you very much!

0 Kudos
Message 6 of 10
(1,580 Views)

Photo attached

Download All
0 Kudos
Message 7 of 10
(1,579 Views)
Solution
Accepted by topic author JackLinze

@JackLinze wrote:

Thank you,santo;

I have simulated VST sending and receiving by adding optionString;

But I want the Marker function of the vector signal analyzer, as well as displaying the X and Y coordinates, similar to the function on the Soft Front Panel. However, the method on. Net seems to be missing, and only one column of PowerSpectrum can be read. What I want is two columns, the first column represents dbm, and the second column represents the corresponding frequency, but I haven't found it yet.

Thank you very much!


Simulation is not 'emulation', the driver does not fully emulate the device instead it returns dummy data. May be it is not part of the simulated feature of the driver.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 8 of 10
(1,545 Views)

Yes, I simulated it on my own computer, and the above situation was discovered in a laboratory with 5644 devices; With. NET, only the power spectrum can be read, and there is no one-to-one correspondence between frequencies. I want to draw a curve plot based on the read power and frequency under. NET;

0 Kudos
Message 9 of 10
(1,528 Views)

Thank you,santo_13;

I think I have solved my problem. I have mapped the power one by one through the NumberOfSpectralLines, InitialFrequency, and FrequencyIncrement of RfsaSpectrumInfo. Thank you

0 Kudos
Message 10 of 10
(1,490 Views)