NIRfsg(String, Boolean, Boolean) Constructor
- Updated2025-05-22
- 1 minute(s) read
NIRfsg(String, Boolean, Boolean) Constructor
Creates a new instrument driver session.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public NIRfsg( string resourceName, bool idQuery, bool reset )
Public Sub New ( resourceName As String, idQuery As Boolean, reset As Boolean )
Parameters
- resourceName String
- Specifies the name of the device in which the session is opened.
- idQuery Boolean
- Specifies whether you want NI-RFSG to perform an ID query. if NI-RFSG performs an ID query; otherwise .
- reset Boolean
- Specifies whether you want to reset the NI-RFSG device during the initialization procedure. if the device is reset; otherwise .