6
Keysight N5990A MIPI M-PHY Receiver Test User Guide
A
Appendix
3 Using custom drivers to control instruments that are not part of the
Keysight M-PHY Test Station (see
Station Configuration”), for example, climate chambers, ovens, and
power supplies.
4 Saving the results of each test together with the actual loop
parameter value independently of the results from the other runs.
5 An overview of each run after the end of the test execution.
These features are provided by an interface called
IVFEnvironmentalControl. The definition of this interface is as follows:
namespace BitifEye.N5990A.Instruments
{
public interface IVFEnvironmenalControl
{
string UserLabel { get; }
void Connect();
void Disconnect();
string[ ] GetParamList();
string[ ] GetParamValues();
void Init();
bool SetNextValue();
void SetToDefault();
}
}
The interface has to be implemented by a class EnvironmentalControl in a
.NET dll named EnvironmentalControl.dll, which then needs to be copied
into the N5990A Files Folder. N59909A will load this dll and call the
function of the Interface in the following order:
Connect()
At startup, N5990A allows the implementation to load the instrument
drivers and connect to them.
Summary of Contents for N5990A
Page 1: ...User Guide Keysight N5990A MIPI M PHY Receiver Test...
Page 62: ......
Page 86: ...86 Keysight N5990A MIPI M PHY Receiver Test User Guide 4 Calibrations...
Page 88: ...88 Keysight N5990A MIPI M PHY Receiver Test User Guide 4 Calibrations...
Page 214: ......
Page 234: ......
Page 268: ......
Page 298: ......