CloneSignalConfiguration(string, out RFmxDemodMX)
- Updated2025-10-13
- 1 minute(s) read
Creates a new instance of a signal by copying all the values from an existing signal instance.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int CloneSignalConfiguration(string newSignalName, out RFmxDemodMX signalConfiguration)
Remarks
This method maps to the RFmxDemod_CloneSignalConfiguration() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| newSignalName | string | Specifies the name of the new signal. |
| signalConfiguration | out RFmxDemodMX | Upon return, contains a new instance of a signal by copying all the values from an existing signal instance. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.