Write-only | 
		About Triggering | 
	
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:  | 
	
Return Type | 
		None  | 
	
Default | 
		None  | 
	
Examples | 
		chan.abort True  | 
	
C++ Syntax | 
		HRESULT Abort(VARIANT_BOOL bSynchronize);  | 
	
Interface | 
		IChannel  |