Method for fast analyzing communication instruction based on SCPI protocol
A communication instruction and instruction technology, applied in the direction of machine execution devices, etc., can solve the problems of complex communication instructions and achieve the effect of good readability
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0010] Below in conjunction with accompanying drawing, the present invention will be further described: each node format in the whole instruction tree is set, described as follows with C language:
[0011] typedef struct TreeNode *PtrToNode;
[0012] struct TreeNode
[0013] {
[0014] The key character content of the node
[0015] unsignedchar str;
[0016] The command number of the node, the command number is ERR, which means the wrong command number
[0017] unsigned char CommandNO;
[0018] PtrToNodeFirstChild; node's children
[0019] PtrToNodeNextBrer; node's next sibling
[0020]}
[0021] For example, the command to measure the voltage cycle in the MEASure subsystem: MEA-Sure: VOLTage: PERiod ".
[0022] SCPI instructions generally follow a hierarchical tree structure, which is inconvenient to operate. The tree structure is converted into a special structure of a binary tree. Nodes at the same level are sibling nodes, and each node has a ch...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com