From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

R&S Scope vi can read waveform but not waveform amplitude

I can output a square wave waveform using a R&S scope vi to a waveform chart but can't output the amplitude value to an indicator. The amplitude vi times out. Is there a setup problem?

Download All
0 Kudos
Message 1 of 2
(1,966 Views)

Both your functions have the following error saved in their default values Error Output:

rsscope_rsidr_core.lvlib:instrument_error_query.vi<ERR>Attribute name "Horizontal Record Length" (RSSCOPE_ATTR_HORZ_RECORD_LENGTH)
Instrument reports an error in the error queue ('SYST:ERR?' SCPI query):
-200,"Execution error;ACQ:POIN 5000"

Debug info:
OS: Windows 10 Enterprise  en
LabVIEW: 2019 32-bit Evaluation
Driver: rsscope ver. 4.15.0 (core ver. 6.34.0)
Instrument *IDN? string: "Rohde&Schwarz,RTE,1326.2000k84/300154,4.20.3.0
"
<b>ExpressVI call chain:</b>
    Express VI "Set Horizontal Record Length"
    rsscope Configure Record Length.vi
    MeasureVoltageScope.vi

Is this what you see? You made it sound like the "ReadWaveformScope.vi" was successful and the "MeasureAmplitudeScope.vi" was not, but they both show the error from what I can tell.

 

I also note the error claims a problem with (edited to use a code block to avoid 😛 )

 -200,"Execution error;ACQ:POIN 5000"

, is 5000 an acceptable value for this command? The saved input you attached appears to be 1000 but perhaps you're using 5000 instead when you run the VIs?


GCentral
0 Kudos
Message 2 of 2
(1,868 Views)