Instrument Not able to Open when using override keyword for Instance

Hi,

One of the test function create instance for InstrumentComponent which derive from opentap.Instrument. This override base class instance.

public override InstrumentComponent InstrumentComponent1 //Doesn’t Open Instrument

Above instance does not open instance while running Testplan. But below statement open the instrument. Any limitation when we use override keyword?

public new InstrumentComponent InstrumentComponent1 //Open Instrument

We are using keysight 9.26.1.

Hi Keysight Team,
Any update for this issue?