https://qiitadon.com/web/statuses/100614116470201938
T2の上流側のDC電圧関連を測ってみました。
(R1の下流側とBD1のマイナス)
DC測定: 137.3V
AC測定: 2.828V
AC+DCはPython起動し、計算しました。
$python
Python 2.7.12 (default, Dec 4 2017, 14:50:18)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> dc=137.3
>>> ac=2.828
>>> import numpy as np
>>> np.sqrt(4)
2.0
>>> np.sqrt(dc*dc+ac*ac)
137.32912139819436