hi is there any block in plecs for Load which has active power reactive power frequency and voltage like the RLC load in MATLAB?
Use subsystem block to realize it.
PLECS does not have such a library component, but as @shichenseu said, such a subsystem can be designed by the user. I have attached an example built in PLECS Standalone that you can use as a starting point and modify, such as to include initial state value calculations or assignments. To open the model in PLECS Blockset, add an empty PLECS Circuit block in a Simulink model and from the File menu, choose “Import from Standalone”. You are able to look under the mask of the component to see the design and change the mask parameter and initialization code.Best regards,Kris
3ph_parallel_rlc_load.plecs (10 KB)