I_FORMAT#
- class wattson.iec104.interface.apdus.i_format.I_FORMAT(type: Union[int, wattson.iec104.interface.types.type_id.TypeID], cot: Union[int, wattson.iec104.interface.types.cot.COT], coa: int, positive: bool, ioas: List[int] = <factory>)#
Bases:
object
Methods
from_dp
from_many_dps
verify
Attributes
send_from_MTU
type
cot
coa
positive
ioas
- __init__(type: int | ~wattson.iec104.interface.types.type_id.TypeID, cot: int | ~wattson.iec104.interface.types.cot.COT, coa: int, positive: bool, ioas: ~typing.List[int] = <factory>) None #