Home > SCH_SimulationEngine > pushData
SCH_SimulationEngine.pushData() method
向仿真内核发送数据
Signature
typescript
pushData(eventType: ESCH_DynamicSimulationEnginePushEventType | ESCH_SpiceSimulationEnginePushEventType, props: Record<string, any>): void;1
Parameters
Parameter | Type | Description |
|---|---|---|
eventType | ESCH_DynamicSimulationEnginePushEventType | ESCH_SpiceSimulationEnginePushEventType | 事件类型 |
props | Record<string, any> | 数据 |
Returns
void