Sets the load to a specified value on a specified port.
set_load capacitance port_list
capacitance
Specifies the capacitance value that must be set on the specified ports.
port_list
Specifies a list of ports in the current design on which the capacitance is to be set.
set_load 35 out_p
set_load 40 {O1 02}
set_load 25 [get_ports out]
In SDC, you can use the set_load command to specify capacitance value on nets. Actel implementation only supports output ports.