RFmx SpecAn VIs

Table of Contents

RFmxSpecAn Build Signal String (VI)

  • Updated2023-10-12
  • 2 minute(s) read
 RFmxSpecAn Build Signal String (VI)

RFmxSpecAn Build Signal String (VI)

Owning Palette: Build String

Creates selector string for use with configuration or fetch properties and VIs.

RFmxSpecAn Build Signal String

cstr.gif

Result Name specifies the result name for building the selector string. This input accepts the result name with or without the "result::" prefix. The default value is "" (empty string).

Example:

""

"result::r1"

"r1"

cstr.gif

Signal Name specifies the signal name for building the selector string. This input accepts the signal name with or without the "signal::" prefix. The default value is "" (empty string).

Example:

""

"signal::sig1"

"sig1"

istr.gif

Selector String returns the selector string created by this VI.

Log in to get a better experience