You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB

2 months ago
[Board]
PortName=Auto
BaudRate=115200
ReadTimeout=5000
ConnectCommand=x00c_001101:owt28006727ea97c7801
ReadIdCommand=x00c_001101:ow2800326003e
CalDefaultCommand=x00c_001001
EndToken=<end>
[Equipment]
; 목표: 장비 화면에 표시되는 현재 측정값을 읽습니다.
; V 출력: Keysight 34465A DMM 값
; A 출력: Keysight E36233A Power Supply CH1 Current 값
; USB 장비는 Keysight Connection Expert 또는 NI MAX에서 보이는 VISA 주소를 Resource에 넣으세요.
; 예: USB0::0x2A8D::0x1301::MY12345678::INSTR
Timeout=5000
SettleMilliseconds=300
; 34465A DMM
VoltageConnection=Visa
VoltageResource=
VoltageIdnMatch=34460,34461,34465,34470,3446,3447
VoltageSetupCommand=
VoltageReadCommand=MEAS:VOLT:DC?
; E36233A Power Supply
CurrentConnection=Visa
CurrentResource=
CurrentIdnMatch=E362
CurrentSetupCommand=
CurrentReadCommand=MEAS:CURR? CH1
; COM 포트로 잡히는 장비 예시:
; VoltageConnection=Serial
; VoltagePortName=Auto
; VoltageBaudRate=115200
; LAN 장비 예시:
; VoltageConnection=Tcp
; VoltageHost=192.168.0.10
; VoltagePort=5025
; E36233A 파워서플라이에서 CH1 전압까지 읽고 싶을 때 예시:
; VoltageReadCommand=MEAS:VOLT? CH1