Switching Between 89600, M90Xa, And The Ivi Driver Session - Agilent Technologies X Series Startup Manual

Measurement applications for modular instruments
Hide thumbs Also See for X Series:
Table of Contents

Advertisement

Switching between 89600, M90XA, and the IVI driver session

Because the M90XA and 89600 VSA applications may be used interactively from the graphical user interface,
it is possible that one of these applications has the IVI driver session checked out at the time that the Using
IVI Driver
button is pressed. In the click event handler we force the applications to check in the IVI driver
session with the following code:
Force Applications to Checkin Driver Session
// Stop any running M90XA measurements so it will check in the
hardware driver.
if (_myM90XA != null)
_myM90XA.Stop();
// Disconnect the 89600 (if necessary) so it will check in the
hardware driver.
if (_currentState.HasFlag(State.Vsa))
Disconnect89600();
 
Likewise, the Using X-App event handler disconnects the 89600 and the Using 89600 event handler stops
the M90XA.
Troubleshooting
63
X-Series Measurement Applications for Modular Instruments Startup Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

M90xaM9391aM9393a

Table of Contents