RFmx Demod DotNET

Table of Contents

RFmxDemodMX.CloneSignalConfiguration Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxDemodMX.CloneSignalConfiguration Method

RFmxDemodMXCloneSignalConfiguration Method

Creates a new instance of a signal by copying all the values from an existing signal instance.

Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int CloneSignalConfiguration(
	string newSignalName,
	out RFmxDemodMX signalConfiguration
)
Public Function CloneSignalConfiguration ( 
	newSignalName As String,
	<OutAttribute> ByRef signalConfiguration As RFmxDemodMX
) As Integer

Parameters

newSignalName  String
Specifies the name of the new signal.
signalConfiguration  RFmxDemodMX
Upon return, contains a new instance of a signal by copying all the values from an existing signal instance.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

Remarks

This method maps to the RFmxDemod_CloneSignalConfiguration() function in C.

See Also

Log in to get a better experience