NIRfsg Namespace

Table of Contents

RfsgSelfTestResult Constructor

  • Updated2025-05-22
  • 1 minute(s) read
RfsgSelfTestResult Constructor

RfsgSelfTestResult Constructor

Initializes a new instance of RfsgSelfTestResult.

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

Syntax

public RfsgSelfTestResult(
	int code,
	string message
)
Public Sub New ( 
	code As Integer,
	message As String
)

Parameters

code  Int32
Specifies the numeric result from the self-test operation. 0 = no error (test passed).
message  String
Specifies the self-test status message.

See Also

Log in to get a better experience