RFmxLteMX.CloneSignalConfiguration Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXCloneSignalConfiguration Method
Creates a new instance of a signal by copying all the method values from an existing signal instance.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int CloneSignalConfiguration( string newSignalName, out RFmxLteMX signalConfiguration )
Public Function CloneSignalConfiguration ( newSignalName As String, <OutAttribute> ByRef signalConfiguration As RFmxLteMX ) As Integer
Parameters
- newSignalName
- Type: SystemString
Specifies the name of the new signal. This parameter accepts the signal name with or without the "signal::" prefix.
Example:
"signal::NewSigName"
"NewSigName" - signalConfiguration
- Type: NationalInstruments.RFmx.LteMXRFmxLteMX
Upon return, contains a new LTE signal instance.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.