LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RFSA SFP

Hello, Using our PXIe-5663e VSA, in SFP we can configure the trace display by setting it to MAX HOLD option, how can the same be achieved programmatically? Thank you.
0 Kudos
Message 1 of 4
(992 Views)

AFAIK, you've to implement that in your application layer.

 

A lot of the features that you see on the SFP are implemented in the SFP application itself and not in the driver layer.

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 4
(977 Views)

Are there any good examples that achieve that function?

0 Kudos
Message 3 of 4
(964 Views)

I am not aware of such an example, but you can start with the highlighted example,

santo_13_0-1663119755954.png

 

Make a copy of the example and start editing the copy,

santo_13_1-1663119787837.png

Put the Read power spectrum in a loop, update and store the maximum value for each element in the spectrum, and let the loop run for the number of iterations or duration for which you want the max hold.

 

 

 

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 4
(943 Views)