| Modifier and Type | Field and Description |
|---|---|
private InstrumentProxy |
AbstractInstrument.m_proxy
Proxy object used to communicate with the InstrumentManager.
|
| Modifier and Type | Method and Description |
|---|---|
protected InstrumentProxy |
AbstractInstrument.getInstrumentProxy()
Returns the InstrumentProxy object assigned to the instrument by the
InstrumentManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInstrument.setInstrumentProxy(InstrumentProxy proxy)
When the InstrumentManager is present, an InstrumentProxy will be set
to enable the Instrument to communicate with the InstrumentManager.
|