WAIT_LIP

WAIT_LIP(CID, sec)

Arguments

  • CID

  • sec

Description

Not Added.

Implementation

def WAIT_LIP(CID, sec):
        StopLip_close(CID)
        wait(sec)
        RestartLip(CID)

References

Table Implementation

{
    "name": "WAIT_LIP",
    "args": [
        "CID",
        "sec"
    ],
    "commandList": [
        {
            "row": 5186,
            "command": "StopLip_close",
            "args": [
                "CID"
            ],
            "end": 1
        },
        {
            "row": 5187,
            "command": "wait",
            "args": [
                "sec"
            ],
            "end": 1
        },
        {
            "row": 5188,
            "command": "RestartLip",
            "args": [
                "CID"
            ],
            "end": 1
        }
    ]
}

Sample

{}