Loading…
Loading…
Method Name: transmission_Value_edit_off_method
Method ID: 0x41EA
Method Label: Edit transmission factor
Method Help:
- {
- float temp1;
- float transmission_Value_old;
- DD_STRING disp_string;
- transmission_Value_old = transmission_Value;
- if (emiRT_Value < emiGT_Value)
- {
- if (emiRT_Value >= 10.0 && emiRT_Value <= 100.0)
- {
- temp1 = 1000.0 / emiRT_Value;
- temp1 = ceil(10 * temp1) / 10;
- }
- else
- temp1 = 10.0;
- }
- else
- {
- if (emiGT_Value >= 10.0 && emiGT_Value <= 100.0)
- {
- temp1 = 1000.0 / emiGT_Value;
Please login for more