Write-only |
About Triggering |
Description |
Sets the trigger count to 1 which will cause the channel to respond once to the trigger source. How the channel responds to a single trigger depends on the trigger mode (point, trace, and so forth.) With the exception of the 'sync' argument, this command behaves like the channel 'single' setting from the user interface. This setting has implications on Calibration. Learn more. |
VB Syntax |
chan.Single [sync] |
Variable |
(Type) - Description |
chan |
A Channel (object) |
[sync] |
(boolean) -Optional argument.
When trigger source is set to Manual:
|
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
sync = True |
C++ Syntax |
HRESULT Single(VARIANT_BOOL bWait) |
Interface |
IChannel |