Imports an attribute configuration to the session from the specified buffer.


icon

Inputs/Outputs

  • civrn.png instrument handle

    instrument handle identifies a particular instrument session.

  • c1du8.png buffer

    buffer is a byte array that contains the attribute configuration to import.

  • cerrcodeclst.png error in

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

  • iivrn.png instrument handle out

    instrument handle out has the same value as the instrument handle.

  • ierrcodeclst.png error out

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

  • Details

    Device Mapping Behavior

    When exporting and importing configurations between NI‑SCOPE sessions that were both initialized with multiple instruments, the configurations of the exporting instruments are mapped to the importing instruments in the order you specify in the resource name input to the niScope Initialize With Options or niScope Initialize VIs.

    For example, if your entry for resource name is PXI1Slot1,PXI1Slot2 for the exporting session and PXI2Slot2,PXI2Slot3 for the importing session:

    • The configuration exported from PXI1Slot1 is imported into PXI2Slot2.
    • The configuration exported from PXI1Slot2 is imported into PXI2Slot3.
    Note NI-SCOPE will return an error if the total number of channels initialized for the exporting session is not equal to the total number of channels initialized for the importing session.