Creates a new instrument driver session.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public NIRfsg(string resourceName, bool idQuery, bool reset)

Parameters

NameTypeDescription
resourceNamestring

Specifies the name of the device in which the session is opened.

idQuerybool

Specifies whether you want NI-RFSG to perform an ID query. true if NI-RFSG performs an ID query; otherwise false.

resetbool

Specifies whether you want to reset the NI-RFSG device during the initialization procedure. true if the device is reset; otherwise false.