Obsolete: This type is obsolete. Will warn if used
Contains properties for a switch scan list.

Derives from

Syntax

Namespace: NationalInstruments.DAQmx

public class SwitchScan : MarshalByRefObject, IFilteredTypeDescriptor

Remarks

Note

Example applications are located in the <Public Documents>\National Instruments\NI-DAQ\Examples\DotNET4.x directory or in the Start menu at National Instruments»NI-DAQmx»NI-DAQmx Examples.

Thread Safety

All members of this type are safe for multithreaded operations.

Properties

NameDescription
BreakMode

Specifies the action to take between each entry in a scan list.

IsWaitingForAdvance

Indicates if the switch hardware is waiting for an Advance Trigger. If the hardware is waiting, it completed the previous entry in the scan list.

RepeatMode

Specifies if the task advances through the scan list multiple times.

Methods

NameDescription
ToString()

Returns a string representation of the object.

See Also