NIRfsa(String, Boolean, Boolean) Constructor
- Updated2025-07-17
- 1 minute(s) read
NIRfsa(String, Boolean, Boolean) Constructor
Creates a new instrument driver session.
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 )
Public Sub New ( resourceName As String, idQuery As Boolean, resetDevice As Boolean )
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 device during the initialization procedure. if the device is reset; otherwise .