CNiIviDmmTemperature

Measurement Studio IVI

Class CNiIviDmmTemperature Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: ConfigureNext page: Count    
Class Declared in:
NiIviDmm.h

'Overview' icon -- Shortcut to top of page. Overview

Additional settings for taking temperature measurements. These settings affect the behavior of the instrument only if the Function property is set to CNiIviDmm::TemperatureFunction.

Hierarchy Chart Hierarchy Chart

'Data Items' icon -- Shortcut to top of page. Data Items

Public data long Count The number of trigger events to which to respond.
Public data long MeasurementCompleteDestination The destination of the signal the Dmm generates after each measurement.
Public data long SampleCount The number of measurements the Dmm takes each time it receives a trigger.
Public data double SampleInterval The time in seconds between samples when the SampleTrigger property is set to CNiIviDmm::IntervalSampleTrigger.
Public data long SampleTrigger The sample trigger on which to take measurements when the SampleCount property is greater than 1.

'Functions' icon -- Shortcut to top of page. Functions

Public function inline void

Configure( long int count, long int sampleCount, long sampleTrigger, double sampleInterval )

Configures the Count, SampleCount, SampleTrigger, and SampleInterval properties.