![Acqiris SA230E User Manual Download Page 83](http://html1.mh-extra.com/html/acqiris/sa230e/sa230e_user-manual_2840728083.webp)
7.6 How to set the external trigger?
Acqiris SA230E User's Manual
83
7.6 How to set the external trigger?
To set the trigger source to
External1
and configure the trigger level, the following commands can be
used.
IVI-C:
AqMD3_SetAttributeViString(session, "", AQMD3_ATTR_ACTIVE_TRIGGER_SOURCE, "External1");
AqMD3_SetAttributeViReal64(session, "External1", AQMD3_ATTR_TRIGGER_LEVEL, level);
IVI.NET:
spDriver->Trigger->ActiveSource = "External";
IAqMD3TriggerSourcePtr spTrigSrc = spDriver->Trigger->Sources->Item[L"External1"];
spTrigSrc->Level = level; //in volts
The different trigger sources are listed in the section