RfsgSelfTestResult(int, string)
- Updated2025-10-14
- 1 minute(s) read
Initializes a new instance of RfsgSelfTestResult.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgSelfTestResult(int code, string message)
Parameters
| Name | Type | Description |
|---|---|---|
| code | int | Specifies the numeric result from the self-test operation. 0 = no error (test passed). |
| message | string | Specifies the self-test status message. |