I am using an N5242B Keysight Network Analyzer with the LabVIEW KtNA 3.0.6 Driver Found here: Network Analyzers IVI Instrument Drivers | Keysight
I'd simply like to recall a state file (.sta) that already has a trace and query data from the trace. I can return measurement data, but am stuck with an annoying error as described in the picture.
If I use the "Add Measurement.vi", I get the "SCIPI 3003: The Specified Measurement Parameter is Already in Use" Error on the Network Analyzer. However, I am able to Query the trace.
If I do not use the "Add Measurement.vi" and try to Query the Trace, I get the error:
KTNA_ERROR_BADLY_FORMED_SELECTOR |
0xBFFA0066 |
-1074134938 |
The repeated capability selector is badly-formed. |
Below is a snippet of the ConfigStore.xml, maybe I need to add some type of Repeated Capability?
...
<PhysicalNames>
<IviPhysicalName id="p107">
<Name>CalibrationSession1</Name>
<RCName>CalibrationSession</RCName>
<PhysicalNames/>
<PhysicalRanges/>
</IviPhysicalName>
</PhysicalNames>
...