Admin Production ni-theme
Current Publication

Configure Period With Aperture Time

IVI Compliance Package

IviCounter Configure Period With Aperture Time

IviCounterBase Capability Group

Configures the IviCounter Period Aperture Time property for a period measurement.

IviCounter Configure Period With Aperture Time.vi

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 channel ("") Specifies the name of the channel to configure. The driver sets the IviCounter Period Channel property to this value.

Default Value: ""
Note Note  You can specify the channel name as a string variable or as a literal enclosed in double quotes.
cdbl aperture time (0.1 s) Specifies the aperture time of the period measurement. The driver sets the IviCounter Period Aperture Time property to this value.

Unit: seconds

Default Value: 0.01
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.
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.