RFmx EVDO DotNET

Table of Contents

RFmxEvdoMX.CloneSignalConfiguration Method

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

RFmxEvdoMXCloneSignalConfiguration Method

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

Namespace:  NationalInstruments.RFmx.EvdoMX
Assembly:  NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

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

Parameters

newSignalName
Type: SystemString
Specifies the name of the new signal. This input accepts the signal name with or without the "signal::" prefix.
signalConfiguration
Type: NationalInstruments.RFmx.EvdoMXRFmxEvdoMX
Upon return, contains a new EV-DO signal instance.

Return Value

Type: 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