Driver Setup Options
- Updated2025-04-15
- 1 minute(s) read
The Driver Setup string is used with Initialize With Options to set the initial values for properties that are specific to .
You can use the DriverSetup keyword in the option string input to complete the following tasks:
- Specify your hardware device or external (non-NI) device
- Simulate hardware that is not present
- Specify an instrument driver FPGA extensions bitfile
- Enable soft front panel (SFP) session access
Driver Setup String Format
The Driver Setup string uses the following format: DriverSetup=Tag:Value.
To set multiple properties, separate tag and value pairs with a semicolon, as shown in the following string: DriverSetup=Tag1:Value1;Tag2:Value2;Tag3:Value3