NIRfsa(string, bool, bool)
- Updated2025-10-14
- 1 minute(s) read
Creates a new instrument driver session.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public NIRfsa(string resourceName, bool idQuery, bool resetDevice)
Parameters
| Name | Type | Description |
|---|---|---|
| resourceName | string | Specifies the name of the device in which the session is opened. |
| idQuery | bool | Specifies whether you want NI-RFSA to perform an ID query. true if NI-RFSA performs an ID query; otherwise false. |
| resetDevice | bool | Specifies whether you want to reset NI-RFSA device during the initialization procedure. true if the device is reset; otherwise false. |