Last Updated: August 29, 2007
These commands set the trigger state for all measurements in this application.
For more information on the conventions used in the programming examples click here.
Sets all measurements in this application to Single trigger mode. See Triggering of Measurements.
Test Set Requirements: E6601A WCTS Program Version A.02 and above
Example:
' Set all measurements in this application to Single trigger mode.
TestSet.WriteString("SETup:ALL:CONTinuous:OFF")
Sets all measurements in this application to Continuous trigger mode. See Triggering of Measurements.
Test Set Requirements: E6601A WCTS Program Version A.02 and above
Example:
' Set all measurements in this application to Continuous trigger mode.
TestSet.WriteString("SETup:ALL:CONTinuous:ON")