niScope Configure Trigger Output

NI-SCOPE LabVIEW

niScope Configure Trigger Output

Configures the digitizer to generate a signal pulse that other digitizers can detect when configured for digital triggering.

Notes  For Traditional NI-DAQ devices, exported signals are still present in the route after the session is closed. You must clear the route before closing the session, or call niScope_reset. To clear the route, call this function again and route None to the line that you had exported. For example, if you originally called this function with the trigger event Stop Trigger routed to the trigger output RTSI 0, you would call this function again with None routed to RTSI 0 to clear the route.

For NI-DAQmx devices, closing the session clears the routes. However, if you want to clear the routes before closing the session, call this VI again, routing the Stop Trigger to None.

This VI is obsolete. Consider using niScope Export Signal instead.

trigger event specifies the condition in which this device will generate a digital pulse.

Refer to Trigger Output Event for more information.

instrument handle identifies a particular instrument session.
trigger output source specifies the hardware signal line on which the digital pulse is generated.

Default Value: No event (none)

Defined Values

None
RTSI 0
RTSI 1
RTSI 2
RTSI 3
RTSI 4
RTSI 5
RTSI 6
RTSI 7
PFI 0
PFI 1
PFI 2
PXI Star

error in describes error conditions that occur before this VI runs. The default input of this cluster is no error. If an error already occurred, this VI returns the value of error in in error out. The VI runs normally only if no incoming error exists. Otherwise, the VI passes the error in value to error out. The error in cluster contains the following parameters:
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a negative error code. If status is FALSE, code is 0 or a warning code.
source identifies where an error occurred. The source string includes the name of the VI that produced the error, what inputs are in error, and how to eliminate the error.
instrument handle out has the same value as the instrument handle.
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source identifies where and why an error occurred. The source string includes the name of the VI that produced the error, what inputs are in error, and how to eliminate the error.