コード例 #1
0
ファイル: test.py プロジェクト: petebachant/Nortek-Python
def test_pdcontrol():
    vec = PdControl()
    print(vec.sound_speed_mode)
    vec.sound_speed = 1489.0
    print(vec.sound_speed)
    print(vec.salinity)
    print(vec.sound_speed_mode)
コード例 #2
0
ファイル: test.py プロジェクト: pliniobas/Nortek-Python
def test_pdcontrol():
    vec = PdControl()
    print(vec.sound_speed_mode)
    vec.sound_speed = 1489.0
    print(vec.sound_speed)
    print(vec.salinity)
    print(vec.sound_speed_mode)