def set_emerg_amps(amps=0.0):
"""This parameter allows to fix the Emergency ampere rating for the active PDElement. The new value must be defined in the variable “Argument”."""
return dsslib.CktElementF(ctypes.c_int32(3), ctypes.c_double(amps))
评论列表
文章目录