📄 xkeycount
字号:
#! /bin/sh# Set messages on##set -x# Demo for sukeycount#-------------------------------------------------# Create a data set with suplane:# 32 traces# tracl=1-32 tracr=1-32 offset=400 ns=64 dt=4000# The three dipping events cross on tracl=16# Name temp data set 1temp1=temp1.bin# Name temp data set 2temp2=temp2.bin#-------------------------------------------------# Create temp data. Output temp1suplane > $temp1# Create binary cdp file. Set cdp. Output temp2.a2b < ascii_cdp n1=1 > binary_cdpsushw < temp1.bin key=cdp infile=binary_cdp > temp2.bin# Print cdp values with surange and sugethwecho " "echo "surange:"surange < temp2.binecho " "echo "tracl/cdp from sugethw"echo "---------"sugethw < temp2.bin key=tracl,cdp output=geomecho " "# Plot temp datasuxwigb < $temp2 title="$temp" key=tracl \ perc=100 hbox=600 wbox=400 \ label1="Time (s)" label2="tracl" &# Count key valuessukeycount < $temp2 key=cdp# Exit politely from shellexit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -