NI Switch Executive

Table of Contents

niseCfg_Import

  • Updated2023-02-21
  • 1 minute(s) read

Imports a virtual device configuration from a file.

Function Prototype

NISEStatus __stdcall niseCfg_Import( NISEConstString virtualDeviceName,
NISEConstString path,
NISEInt32 overwriteExisting);

Parameter

Input

NameTypeDescription
virtualDeviceName NISEConstString The name you want to use for the virtual device configuration.
path NISEConstString The full path to the NI Switch Executive virtual device configuration you want to import.
overwriteExisting NISEInt32 Pass 1 to replace any existing virtual device configurations with the same name. Pass 0 to return an error if a virtual device configuration exists with the same name.

Log in to get a better experience