NI-DAQmx .NET Framework 4.5 API Reference

SwitchScan.IsWaitingForAdvance Property

  • Updated2023-02-21
  • 1 minute(s) read
SwitchScan.IsWaitingForAdvance Property
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.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public bool IsWaitingForAdvance { get; }
Public ReadOnly Property IsWaitingForAdvance As Boolean
	Get

Property Value

Type: Boolean
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.

See Also