Import Attribute Configuration Buffer
- Updated2023-02-17
- 2 minute(s) read
Import Attribute Configuration Buffer
Imports an attribute configuration to the session from the specified buffer.
Inputs/Outputs

session in
Handle that identifies the NI-SCOPE instrument session as previously allocated by Initialize With Options .

buffer
Byte array that contains the attribute configuration to import.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

session out
Reference to the NI-SCOPE instrument session to pass to the next node in the program.

error out
Error information.
The node produces this output according to standard error behavior.
Programming Patterns
You cannot call this node while the session is in a running state, such as while acquiring a signal.
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 Initialize With Options node for each session.
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.