Returns the NI-RFmx session required to access the pin . If more than one session is required, the method throws an exception.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public NIRfmxSinglePinSingleSessionQueryContext GetNIRfmxSession(string pin, out RFmxInstrMX session)

Parameters

NameTypeDescription
pinstring

The name of the pin to translate to a session . If more than one session is required, the method throws an exception.

sessionout RFmxInstrMX

Returns the NI-RFmx instrument session for the instrument connected to pin .

Returns

An object that tracks the sessions and channels associated with this pin query. Use this object to publish measurements and extract data from a set of measurements.