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: 

I'm having problems with the hp8753 network analyzer vi.

this vi is taken from the hp8753e network analyzer driver. The save function works but the recall function does not.
0 Kudos
Message 1 of 4
(2,968 Views)
which VI do you mean?

lilach schrieb:

> this vi is taken from the hp8753e network analyzer driver. The save
> function works but the recall function does not.
0 Kudos
Message 2 of 4
(2,968 Views)

fprintf(nwa,'CLES;ESE 1;SRE 96;OPC;SAVC;');
fprintf(nwa, 'ESE0;SRE 0;');
fprintf(nwa, 'HOLD');

 

To recall the error coefficients back to the network analyzer You have to write the above code lines in MATLAB after reading  all the error term coefficients. Thanks. Hope this will help You.

 

Best Regards

KHAN

0 Kudos
Message 3 of 4
(2,207 Views)

@lilach wrote:
this vi is taken from the hp8753e network analyzer driver. The save function works but the recall function does not.

Explain doesn't work, does it generate an error? If so what the error says? How do you use this vi? Are you sure you are recalling the register that was saved? Did you let enough time to the analyzer to save/recall the settings before using them?

 

If you have a vi that shows how you use the recall function attach it.

0 Kudos
Message 4 of 4
(2,203 Views)