Schneider Electric TSXAEN101
Tweet
Follow @ADJDiTec
.
If you would like a quote for this product, please click the following button.
REQUEST QUOTES
-module
import math
def calculate_voltage(input_voltage):
"""Calculates the output voltage based on the input voltage."""
return math.max(0, input_voltage - 10)