Hello Vesna!
Thank you for your answer!
I think I have figure out a bug in the agesa driver. It works fine after I have done the following changes in the agesa.c:
ViStatus _VI_FUNC agesa_ConfigureLevel
Removed:
viCheckParm( Ivi_SetAttributeViReal64 ( vi,
NULL,
AGESA_ATTR_INPUT_IMPEDANCE,
0, inputImpedance),
3, "inputImpedance");
static ViStatus agesa_RecalculateLevelToDBM
Removed:
checkErr( Ivi_GetAttributeViReal64(vi, VI_NULL, AGESA_ATTR_INPUT_IMPEDANCE, 0, &impedance));
It seems to be that the E4445A cant set the input impedance.
I can temporary run on my own modified driver but are there any chances to get an update driver soon?
Best Regards,
Mattias Danielsson