niSwitch_IsDebounced

NI-SWITCH Functions

niSwitch_IsDebounced

IviSwtchBase Capability Group

C Function Prototype

ViStatus niSwitch_IsDebounced (ViSession vi, ViBoolean* isDebounced);

Purpose

Indicates if all created paths have settled by returning the value of the NISWITCH_ATTR_IS_DEBOUNCED attribute.

Parameters

Name Type Description
vi ViSession A particular NI-SWITCH session established with niSwitch_InitWithTopology, niSwitch_InitWithOptions, or niSwitch_init and used for all subsequent NI-SWITCH calls.

isDebounced ViBoolean VI_TRUE indicates that all created paths have settled. VI_FALSE indicates that all created paths have not settled.