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

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int CloneSignalConfiguration(string newSignalName, out RFmxSpecAnMX signalConfiguration)

Remarks

This method maps to the RFmxSpecAn_CloneSignalConfiguration() function in C.

Parameters

NameTypeDescription
newSignalNamestring

Specifies the name of the new signal. This input accepts the signal name with or without the "signal::" prefix. Example:
"signal::NewSigName"
"NewSigName"

signalConfigurationout RFmxSpecAnMX

Upon return, contains a new SpecAn signal instance.

Returns

Returns the status code of this method. The status code either indicates success or describes an error or warning condition.