Modular Data Acquisition
Distributed Measurement and Control
High-Performance Test
Automated Test System Development Software
Perspectives showcases how NI sees what’s next in the world of test and technology.
You can request repair, RMA, schedule calibration, or get technical support. A valid service agreement may be required.
Provides support for NI data acquisition and signal conditioning devices.
Provides support for Ethernet, GPIB, serial, USB, and other types of instruments.
Provides support for NI GPIB controllers and NI embedded controllers with GPIB ports.
ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
06-16-2015 01:17 AM - edited 06-16-2015 01:20 AM
Hello all,
I created sample logic to do Boolean operations with string.
Example:
(True or false) && False = false
False && True || false = false
Note: Syntax should not be any error (like wrong brackets/extra and/or.
Can anyone tell me is these is any way to optimize this code?