//${currentTime}
#if(${electricFieldType}=="E1")
@标识 名称 是否组串式逆变器 运行状态 有功 无功 电流 电压
#foreach( $nbq in $vList )
#${velocityCount} ${nbq.name} ${nbq.groupSeries} ${nbq.status} ${nbq.NbqActivePower} ${nbq.NbqReActivePower} ${nbq.GalvanicCurrent} ${nbq.Voltage}
#end
#else
@序号 名称 运行状态 有功 无功 电流 电压 机头风速 机头风向
#foreach( $nbq in $vList )
#${velocityCount} ${nbq.name} ${nbq.status} ${nbq.NbqActivePower} ${nbq.NbqReActivePower} ${nbq.GalvanicCurrent} ${nbq.Voltage} ${nbq.ws} ${nbq.wd}
#end
#end