Voltage Cycle Average

NI-SCOPE LabVIEW

Voltage Cycle Average

The number of points in a period in volts is calculated using the equation:

pointsPerPeriod = int (period / dt + 0.5),

where dt is the time between two points, and int is a VI that returns the integer portion of a floating-point number.