Get instrument IDnStrings (and/or other parameters) into Result listener

Is there a way to retrieve IdnStrings of all instruments which are part of the test plan from inside the result listener?

1 Like

Hello, wondering if there is any response to this?

@rolf_madsen can you help please?

Hi @shwethakh, result listeners do not have direct access to other resources. Resource settings should be added to the test plan run if they have the MetaData attribute and this is the case for IdnString for ScpiInstruments.

So you should be able to access it through the TestPlanRun.Parameters property.