d582d9a82b0e6e766da915f49e0f8bde155257e7
if (this.caijidirection=="UP")
{
await this.GetDataDrection("UP",caijiavgNumber);
await delay(100)
}
if (this.caijidirection=="DOWN")
{ await this.GetDataDrection("DOWN",caijiavgNumber);
await delay(100)
}
if (this.caijidirection=="ALL")
{
await this.GetDataDrection("UP",caijiavgNumber);
await delay(100)
await this.GetDataDrection("DOWN",caijiavgNumber);
await delay(100)
}
if(this.caijidirection=="DARK")
{
await this.GetDataDrection("DARK",caijiavgNumber);
await delay(100)
}
通用光谱采集软件
Description
release
Latest
Languages
Vue
50.9%
Rust
23.8%
JavaScript
16.7%
C++
7.5%
C
0.3%
Other
0.7%