 arckadii
		
			arckadii
		
		
		
		
		
		
		
		
	
			03-24-2010 10:11 AM
Hello forum.
I have to trim some parts from a mixed signal graph using a cursor. I need to be able to cut before and after the cursor at certain given points (selected manually). Can anyone please tell me what i should do? I can't find any function related to trimming.
Thanks in advance.
Serban
Solved! Go to Solution.
03-25-2010 10:12 AM
Hey Serban,
I found a piece of code that looks like it does what you are wanting to do. Basically, you move two cursors on the top graph to change the window of the bottom graph.
http://zone.ni.com/devzone/cda/epd/p/id/4308
From a programming standpoint, it takes the cursor position properties of the top graph and applies them as the min and max scale properties as on the bottom graph.
Logan H
03-25-2010 10:29 AM
That resolved my problem. Thank you very much.
Serban
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			03-25-2010 10:36 AM
03-25-2010 10:38 AM
Sorry. Thanks for letting me know.
Serban
 Lucither
		
			Lucither
		
		
		
		
		
		
		
		
	
			03-28-2010 07:49 AM
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			03-28-2010 12:39 PM