RFmx GSM DotNET

Table of Contents

RFmxGsmMX.CloneSignalConfiguration Method

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

RFmxGsmMXCloneSignalConfiguration Method

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

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

Syntax

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

Parameters

newSignalName  String
Specifies the name of the new signal. This parameter accepts the signal name with or without the "signal::" prefix.
Example:
"signal::NewSigName"
"NewSigName"
signalConfiguration  RFmxGsmMX
Upon return, contains a new GSM signal instance.

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