Returns whether the list you specify in the List Name parameter exists, and also returns the corresponding personality of the list, if the list exists. This VI does not support an empty ("") list name.


icon

Inputs/Outputs

  • cgenclassrntag.png Instrument Handle In

    Instrument Handle In identifies the instrument session. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI or the RFmxInstr Initialize NIRFSA (Array) VI.

  • cstr.png List Name

    List Name specifies the name of the list. This parameter accepts the list name with or without the "list::" prefix.

    Example:

    "list::samplelist1"

    "samplelist1"

  • 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 of the instrument session to the next VI.

  • ibool.png List Exists?

    List Exists? indicates whether the list exists or not.

    FALSE Indicates that the list does not exist.
    TRUE Indicates that the list exists.
  • ii32.png Personality

    Personality indicates the personality of the list if the list exists.

    None (0)

    Indicates that the given list does not exist.

    SpecAn (1)

    Indicates that the list personality is SpecAn.

    Demod (2)

    Indicates that the list personality is Demod.

    LTE (4)

    Indicates that the list personality is LTE.

    GSM (8)

    Indicates that the list personality is GSM.

    WCDMA (16)

    Indicates that the list personality is WCDMA.

    CDMA2k (32)

    Indicates that the list personality is CDMA2k.

    TDSCDMA (64)

    Indicates that the list personality is TD-SCDMA.

    EVDO (128)

    Indicates that the list personality is EV-DO.

    NR (256)

    Indicates that the list personality is NR.

    WLAN (512)

    Indicates that the list personality is WLAN.

    BT (1024)

    Indicates that the list personality is BT.

  • ierrcodeclst.png error out

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