NIRfsa Namespace

Table of Contents

RfsaConfiguration.ExportSignal Method

  • Updated2025-07-17
  • 1 minute(s) read
RfsaConfiguration.ExportSignal Method

RfsaConfigurationExportSignal Method

Routes signals (triggers, clocks, and events) to the specified output terminal.

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

Syntax

public void ExportSignal(
	RfsaSignalType signal,
	RfsaSignalIdentifier signalIdentifier,
	RfsaOutputTerminal outputTerminal
)
Public Sub ExportSignal ( 
	signal As RfsaSignalType,
	signalIdentifier As RfsaSignalIdentifier,
	outputTerminal As RfsaOutputTerminal
)

Parameters

signal  RfsaSignalType
Specifies the RfsaSignalType to route.
signalIdentifier  RfsaSignalIdentifier
Specifies the user-defined signal to route. Specify the signal you have implemented using FPGA extensions.
outputTerminal  RfsaOutputTerminal
Specifies the RfsaOutputTerminal where the signal will be exported. You can also choose not to export any signal.

Exceptions

ExceptionCondition
ObjectDisposedException The ExportSignal(RfsaSignalType, RfsaSignalIdentifier, RfsaOutputTerminal) method was accessed after the associated NIRfsa object was disposed.

See Also

Log in to get a better experience