예제 #1
0
def test_base_instrument_errors5():
    i = BaseInstrument({})
    i.connected()
예제 #2
0
def test_base_instrument_errors3():
    i = BaseInstrument({})
    i.reopen_connection()
예제 #3
0
def test_base_instrument_errors4():
    i = BaseInstrument({})
    i.check_connection()
예제 #4
0
def test_base_instrument_errors2():
    i = BaseInstrument({})
    i.close_connection()