niHSDIO_DisableScriptTrigger

NI Digital Waveform Generator/Analyzer

niHSDIO_DisableScriptTrigger

Specific Function

C Function Prototype

ViStatus niHSDIO_DisableScriptTrigger (ViSession vi, ViConstString triggerID);

Purpose

Sets the data operation to not have a Script trigger. Calling this function is only necessary if you have configured a particular Script trigger and now want to disable it. This function is only valid for generation sessions.

Parameters

Name Type Description
vi ViSession This handle identifies your instrument session. vi was obtained from niHSDIO_InitGenerationSession.
triggerID ViConstString Identifies which Script trigger this function will configure.

Defined Values

"ScriptTrigger0"
"ScriptTrigger1"
"ScriptTrigger2"
"ScriptTrigger3"

Default Value: "ScriptTrigger0"

Return Value