Skip navigation
Register
Home
Forums
Blogs
Help
My Links
My Bookmarks
My Questions
My Places
Log in
0
Search
Search
Search
Cancel
Error: You don't have JavaScript enabled. This tool uses JavaScript and much of it will not work correctly without it enabled. Please turn JavaScript back on and reload this page.
All Places
>
Discussion Forums
>
Oscilloscopes
>
Questions
Log in
to create and rate content, and to follow, bookmark, and share content with other members.
Answered
Assumed Answered
command to capture screen Image for Excel VBA
Question asked by
chong001
on Jan 10, 2012
Latest reply
on Feb 10, 2012 by chong001
Like
•
Show 0 Likes
0
Comment
•
3
Hi
from the intuilink at excel. it is have one buttom the capture screen image from scope. may I know what is command?
Outcomes
This content has been marked as final.
Show 3 comments
3 Replies
Name
Email Address
Website Address
Name
(Required)
Email Address
(Required, will not be published)
Website Address
bret
Jan 10, 2012 3:50 AM
Mark Correct
Correct Answer
Try :DISPlay:DATA <...> for the Infiniivision (2000X, 3000X, 5000, 6000, 7000) series.
For Infiniium scopes, refer to the programming manual.
algoss
Jan 10, 2012 6:07 AM
Mark Correct
Correct Answer
Same for Infiniium...
chong001
Apr 15, 2015 1:48 AM
Mark Correct
Correct Answer
I think I found it.
If Application.Run("doConnection") = False Then Exit Sub
Application.Run "RecordSingleReadingDialog", "$G$1", "False", "0", "0", "2", "1", "False", "10000", "0", "0", "0", "0", "0"
For Infiniium scopes, refer to the programming manual.