弹射驱动
函数/作用 参数/返回值/说明
TanShe(string args)
驱动指定端口的弹射模块的弹射力
参数
string args:字符串型式逗号分隔的弹射模块参数,形式为”int port1, int force1, int port2, int force2, …, int portN, int forceN”
返回值

示例
TanShe(“121, 1000, 122, 500”)
设置端口为121、122的弹射模块的弹射力分别为1000、500。