RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CloneSignalConfiguration Method

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

RFmxVnaMXCloneSignalConfiguration Method

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

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

Syntax

public int CloneSignalConfiguration(
	string newSignalName,
	out RFmxVnaMX signalConfiguration
)
Public Function CloneSignalConfiguration ( 
	newSignalName As String,
	<OutAttribute> ByRef signalConfiguration As RFmxVnaMX
) 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  RFmxVnaMX
Upon return, contains a new VNA 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