Model 2461 Interactive SourceMeter® Instrument Reference Manual Section 8: TSP command reference2461-901-01 A/November 2015 8-313Also seetrigger.tsplinkin[N].clear() (on page 8-310)tsplink.line[N].mode (on page 8-319)trigger.tsplinkout[N].assert()This function simulates the occurrence of the trigger and generates the corresponding trigger event.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagetrigger.tsplinkout[N].assert()N The trigger line (1 to 3)DetailsInitiates a trigger event and does not wait for completion. The set pulse width determines how longthe trigger is asserted.Exampletsplink.line[2].mode = tsplink.MODE_TRIGGER_OPEN_DRAINtrigger.tsplinkout[2].assert()Asserts trigger on trigger line 2.Also seetsplink.line[N].mode (on page 8-319)trigger.tsplinkout[N].logicThis attribute defines the trigger output with output logic for a trigger line.Type TSP-Link accessible Affected by Where saved Default valueAttribute (RW) Yes Restore configurationInstrument resetPower cycleTSP-Link line N resetConfiguration script trigger.LOGIC_NEGATIVEUsagelogicType = trigger.tsplinkout[N].logictrigger.tsplinkout[N].logic = logicTypelogicType The output logic of the trigger generator:• Assert a TTL-high pulse for output: trigger.LOGIC_POSITIVE• Assert a TTL-low pulse for output: trigger.LOGIC_NEGATIVEN The trigger line (1 to 3)DetailsThis attribute controls the logic that the output trigger generator uses on the given trigger line.The output state of the digital I/O line is controlled by the trigger logic, and the user-specified outputstate of the line is ignored.