ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg Constructor (String, Boolean, Boolean)

NIRfsg Constructor (String, Boolean, Boolean)

NIRfsg Constructor (String, Boolean, Boolean)

Creates a new instrument driver session.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public NIRfsg(
	string resourceName,
	bool idQuery,
	bool reset
)
Public Sub New ( 
	resourceName As String,
	idQuery As Boolean,
	reset As Boolean
)

Parameters

resourceName
Type: SystemString
Specifies the name of the device in which the session is opened.
idQuery
Type: SystemBoolean
Specifies whether you want NI-RFSG to perform an ID query. if NI-RFSG performs an ID query; otherwise .
reset
Type: SystemBoolean
Specifies whether you want to reset the NI-RFSG device during the initialization procedure. if the device is reset; otherwise .

See Also

In This Section
Was this information helpful?