Write-only
About Triggering

Abort Method


Description

Ends the current measurement sweep on the channel.

 VB Syntax

chan.Abort [sync]

Variable

(Type) - Description

chan

(object) - A Channel object

sync

(boolean) - wait (or not) for the analyzer to stop before processing subsequent commands. Optional argument; if unspecified, value is set to False. Choose from:
True
- synchronize - the analyzer will not process subsequent commands until the current measurement is aborted.
False
- continue processing commands immediately

Return Type

None

Default

None

Examples

chan.abort True
chan.abort

C++ Syntax

HRESULT Abort(VARIANT_BOOL bSynchronize);

Interface

IChannel