📄 analog_stim.stc
字号:
# gpsim# Startup command file to test analog stimuli# Create the processor that's to be simulatedset verbose 3# Load the .hex fileload s p16c71_test.cod# Create a stimulus node:node analog_node# Create a triangle wave stimulus that's 1000 cycles long# and attach it to porta bit 0. The duty cycle is 30%# and the phase is 10%. echo stimulus createstimulus triperiod 1000high_time 300phase 100#port porta 0name t_waveendecho stimulus createdattach analog_node porta0 t_wave
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -