IviScope_ConfigureInitiateContinuous
IviScopeContinuousAcquisition Capability Group
C Function Prototype
ViStatus IviScope_ConfigureInitiateContinuous (ViSession vi, ViBoolean continuousAcquisition);
Purpose
This function configures the oscilloscope to perform a continuous acquisition.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | The instrument handle that you obtain from the IviScope_init or IviScope_InitWithOptions functions. The handle identifies a particular IVI session. |
continuousAcquisition | ViBoolean | Specifies if the oscilloscope is enabled for continuous acquisition. The driver uses this value to set the IVISCOPE_ATTR_INITIATE_CONTINUOUS attribute. |