NIRfsa Namespace

Table of Contents

NIRfsa(String, Boolean, Boolean, String) Constructor

  • Updated2025-07-17
  • 1 minute(s) read
NIRfsa(String, Boolean, Boolean, String) Constructor

NIRfsa(String, Boolean, Boolean, String) Constructor

Creates a new instrument driver session and sets the initial state of session properties.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public NIRfsa(
	string resourceName,
	bool idQuery,
	bool resetDevice,
	string optionString
)
Public Sub New ( 
	resourceName As String,
	idQuery As Boolean,
	resetDevice As Boolean,
	optionString As String
)

Parameters

resourceName  String
Specifies the name of the device in which the session is opened.
idQuery  Boolean
Specifies whether you want NI-RFSA to perform an ID query. if NI-RFSA performs an ID query; otherwise .
resetDevice  Boolean
Specifies whether you want to reset NI-RFSA during the initialization procedure. if the device is reset; otherwise .
optionString  String
Sets the initial state of the following session properties: RangeCheck, QueryInstrumentStatus, Cache, Simulate.

See Also

Log in to get a better experience