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


icon

Inputs/Outputs

  • cstr.png Old Signal Name

    Old Signal Name specifies the name of an existing signal. This input accepts the signal name with or without the "signal::" prefix.

    Example:

    "signal::OldSigName"

    "OldSigName"

  • cgenclassrntag.png Instrument Handle In

    Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

  • cstr.png New Signal Name

    New Signal Name specifies the name of the new signal. This input accepts the signal name with or without the "signal::" prefix.

    Example:

    "signal::NewSigName"

    "NewSigName"

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • igenclassrntag.png Instrument Handle Out

    Instrument Handle Out passes a reference to your RFmx session to the next VI.

  • istr.png Selector String Out

    Selector String Out returns the selector string you can use in the Selector String input for configuration VIs, fetch VIs, or the RFmxTDSCDMA Initiate VI.

  • ierrcodeclst.png error out

    error out returns error information. This output provides standard error out functionality.