Dynamic.receive#

Dynamic.receive(adsys=None, routine=None, no_update=False)[source]#

Receive ANDES system results to AMS devices.

Parameters:
adsysadsys.System.system, optional

The target ANDES dynamic system instance. If not provided, use the linked ANDES system isntance (sp.dyn.adsys).

routinestr, optional

The routine to be received from ANDES. If None, recent will be used.

no_updatebool, optional

True to skip update the AMS routine parameters after sync. Default is False.