TABLE OF CONTENTS


::pwtk::bi::clear

SYNOPSIS

proc ::pwtk::bi::clear {} {

DESCRIPTION

Clear the content of the bands.x input

SOURCE

    variable input_flow_list
    
    foreach name $input_flow_list {
        ::pwtk::input::clear $name
    }
}