CloneSignalConfiguration(string, out RFmxWlanMX)
- Updated2025-10-13
- 1 minute(s) read
Creates a new instance of a signal by copying all the method values from an existing signal instance.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int CloneSignalConfiguration(string newSignalName, out RFmxWlanMX signalConfiguration)
Parameters
| Name | Type | Description |
|---|---|---|
| newSignalName | string | Specifies the name of the new signal. This parameter accepts the signal name with or without the "signal::" prefix. |
| signalConfiguration | out RFmxWlanMX | Upon return, contains a new wlan signal instance. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.