你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Added method call to calculate incident current and voltages; added current output to receivers.
这个提交包含在:
@@ -279,6 +279,7 @@ def process_multicmds(multicmds, G):
|
|||||||
t.positionz = positionz
|
t.positionz = positionz
|
||||||
t.resistance = resistance
|
t.resistance = resistance
|
||||||
t.waveformID = tmp[5]
|
t.waveformID = tmp[5]
|
||||||
|
t.calculate_incident_V_I(G)
|
||||||
|
|
||||||
if len(tmp) > 6:
|
if len(tmp) > 6:
|
||||||
# Check source start & source remove time parameters
|
# Check source start & source remove time parameters
|
||||||
@@ -328,9 +329,9 @@ def process_multicmds(multicmds, G):
|
|||||||
|
|
||||||
r = Rx(positionx=positionx, positiony=positiony, positionz=positionz)
|
r = Rx(positionx=positionx, positiony=positiony, positionz=positionz)
|
||||||
|
|
||||||
# If no ID or outputs are specified use default, i.e Ex, Ey, Ez, Hx, Hy, Hz
|
# If no ID or outputs are specified, use default i.e Ex, Ey, Ez, Hx, Hy, Hz, Ix, Iy, Iz
|
||||||
if len(tmp) == 3:
|
if len(tmp) == 3:
|
||||||
r.outputs = Rx.availableoutputs[0:6]
|
r.outputs = Rx.availableoutputs[0:9]
|
||||||
else:
|
else:
|
||||||
r.ID = tmp[3]
|
r.ID = tmp[3]
|
||||||
# Check and add field output names
|
# Check and add field output names
|
||||||
|
在新工单中引用
屏蔽一个用户