- Electrical Characteristics (TC=25°C), unless otherwise specified Item Symbol Test conditions Min. Typ. Max. Unit Drain-Source Breakdown-Voltage V (BR)DSS ID=1mA VGS=0V 900 V Gate Threshhold Voltage V GS(th) ID=1mA VDS=VGS 2,5 3,0 3,5 V Zero Gate V
芯片调光mps44010pdf,调光芯片Operating Range
N
After turn on
10.7
Turn on threshold
124
13.4
Turn off threshold
8798107
Hysteresis
2.2
3
Zener Voltage
IIN=20mA
22
25
28
Start-up Current
startup
11V
40
A
Quiescent Current
No switch
046065
mA
Operating Current
一、DataTable数据写入CSV文件
public static void SaveCSV(DataTable dt, string fullPath)//table数据写入csv
{
System.IO.FileInfo fi = new System.IO.FileInfo(fullPath);
if (!fi.Directory.Exists)
{
fi.Directory.Create();
}
System.IO.FileStream fs = new