Admin Production ni-theme
Current Publication

Configure Time Interval

IVI Compliance Package

IviCounter Configure Time Interval

IviCounterBase Capability Group

Configures the IviCounter Time Interval Estimate and IviCounter Time Interval Resolution properties for a time interval measurement.

IviCounter Configure Time Interval.vi

cstr stop channel ("") Specifies the name of the start channel to configure. The driver sets the IviCounter Time Interval Stop Channel property to this value.

Default Value: ""
Note Note  You can specify the stop channel name as a string variable or as a literal enclosed in double quotes.
civrn instrument handle The instrument handle you obtain from the IviCounter Initialize VI or IviCounter Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None
cstr start channel ("") Specifies the name of the start channel to configure. The driver sets the IviCounter Time Interval Start Channel property to this value.

Default Value: ""
Note Note  You can specify the start channel name as a string variable or as a literal enclosed in double quotes.
cdbl estimate (0.1 s) Specifies the estimated measurement time interval. The driver sets the IviCounter Time Interval Estimate property to this value.

Units: seconds

Default Value: 0.1
cerrcodeclst error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
cdbl resolution (1 ns) Specifies the resolution of the time interval measurement. It is the quantization size, or the smallest delta value that can be detected. The driver sets the IviCounter Time Interval Resolution property to this value.

Units: seconds

Default Value: 1.0E-9
iivrn instrument handle out The instrument handle you obtain from the IviCounter Initialize VI or IviCounter Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None
ierrcodeclst error out The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.