RFmx CDMA2K DotNET

Table of Contents

RFmxCdma2kMX.CloneSignalConfiguration Method

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

RFmxCdma2kMXCloneSignalConfiguration Method

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

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

Syntax

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

Parameters

newSignalName  String
Specifies the name of the new signal. This input accepts the signal name with or without the "signal::" prefix.
signalConfiguration  RFmxCdma2kMX
Upon return, contains a new CDMA2k signal.

Return Value

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

See Also

Log in to get a better experience