{
InstrumentProxy instrumentProxy =
m_instrumentableProxy.getInstrumentProxy( instrumentName );
if( instrumentProxy == null )
{
throw new NoSuchInstrumentException(
"No instrument can be found using name: " + instrumentName );
}
return instrumentProxy.getDescriptor();
}