Write-only |
About Triggering |
Description |
Triggers the analyzer when TriggerSetup.Source = naTriggerManual. Note: An SMC Fixed Output measurement cannot be triggered using this command. For more information, see the example program. |
VB Syntax |
app.ManualTrigger [sync],[timeout] |
Variable |
(Type) - Description |
app |
An Application (object) |
[sync] |
(boolean) - Optional argument. True - The analyzer waits until the trigger is completed to process subsequent commands. |
timeout |
(long) - Optional argument. If sync is False, the timeout setting is ignored. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
' After Manual trigger is executed, the VNA will wait 1 second to continue program execution |
C++ Syntax |
HRESULT ManualTrigger(VARIANT_BOOL bSynchronize, long timeout) |
Interface |
IApplication |