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,970 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,970 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,209 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,205 Views)