闪变调整
This commit is contained in:
@@ -77,8 +77,8 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl<PqScriptDtlsMapper, PqS
|
||||
private Double fRampOut;
|
||||
// @Value("${Dip.fAfterTime}")
|
||||
// private Double fAfterTime;
|
||||
private static final String waveFluType = "SQU";
|
||||
private static final String waveType = "CPM";
|
||||
private static final String waveFluType = "CPM";
|
||||
private static final String waveType = "SQU";
|
||||
private static final Double fDutyCycle = 50.0;
|
||||
|
||||
|
||||
@@ -398,7 +398,7 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl<PqScriptDtlsMapper, PqS
|
||||
PqScriptDtls dip = setScriptDtls(sourceIssue, i);
|
||||
dip.setValueType(FLICKER);
|
||||
dip.setPhase(phase);
|
||||
if (!"CPM".equals(flickerData.getWaveType())) {
|
||||
if (!"CPM".equals(flickerData.getWaveFluType())) {
|
||||
dip.setChagFre(NumberUtil.round(flickerData.getFChagFre() * 120, -1).doubleValue());
|
||||
} else {
|
||||
dip.setChagFre(flickerData.getFChagFre());
|
||||
|
||||
Reference in New Issue
Block a user