Skip to content

Archive of posts tagged code snippet

Measure power supply hold up time with Agilent 6813B

How to measure hold up time of a power supply with Agilent 681x series AC power analyzer.

Secure WordPress admin access with IP address

Yet another 5 minutes setup to prevent your wordpress from hacking. With little more effort, it makes your blogging more secure.

Optimized method to read CSV file in VEE

Code snippet UserFunction to read csv file in Agilent VEE. Avoid ForEach loop to read data from CSV file to improve the performance and readability of the code.