add 0.1 rev
This commit is contained in:
139
equipment/multimeter/md_sourcefiles/3458A.md
Normal file
139
equipment/multimeter/md_sourcefiles/3458A.md
Normal file
@@ -0,0 +1,139 @@
|
||||
# LIBRARY COMMANDS
|
||||
|
||||
- MEAS_MODE(input)
|
||||
3. FUNC(input)
|
||||
|
||||
- MEAS_RANGE(input)
|
||||
3. RANG(input)
|
||||
|
||||
- AUTO_ZERO(input)
|
||||
3. AZERO(input)
|
||||
|
||||
- ACQUISITION_TIME(input)
|
||||
3. NPLC(input)
|
||||
|
||||
- RESOLUTION(input)
|
||||
3. NDIG(input)
|
||||
|
||||
- MEAS_CONF(func,range,nplc,azero)
|
||||
1. sets basic measurement partameters
|
||||
3. FUNC(func)
|
||||
3. RANG(range)
|
||||
3. AZERO(nplc)
|
||||
3. NPLC(azero)
|
||||
3. NDIG('MAX')
|
||||
|
||||
- MEASURE()
|
||||
1. measures single sample
|
||||
3. TARM('HOLD')
|
||||
3. TARM('SGL')
|
||||
3. PAUSE
|
||||
3. READ
|
||||
|
||||
- MEASURE_NSAMPLES(nsamples)
|
||||
1. measures samples in the background and store into memory
|
||||
3. TARM('HOLD')
|
||||
3. MEM('FIFO')
|
||||
3. NRDGS(nsamples,'AUTO')
|
||||
|
||||
- RECALL_NSAMPLES(nsamples)
|
||||
1. recalls measured samples in the background and recall from memory
|
||||
3. RMEM(1,nsamples)
|
||||
3. READ
|
||||
|
||||
# SETTEABLE PARAMETERS
|
||||
- ACAL
|
||||
- ACBAND
|
||||
- ADDRESS
|
||||
- APER
|
||||
- ARANGE
|
||||
- AZERO
|
||||
- BEEP
|
||||
- CAL
|
||||
- CALL
|
||||
- CALSTR
|
||||
- COMPRESS
|
||||
- CONT
|
||||
- CSB
|
||||
- DEFEAT
|
||||
- DEFKEY
|
||||
- DELAY
|
||||
- DELSUB
|
||||
- DIAGNOST
|
||||
- DISP
|
||||
- EMASK
|
||||
- END
|
||||
- EXTOUT
|
||||
- FIXEDZ
|
||||
- FREQ
|
||||
- FSOURCE
|
||||
- FUNC
|
||||
1. sets the measurement mode to be used
|
||||
2. DCV|ACV|ACDCV|OHM|OHMF|DCI|ACI|ACDCI|FREQ|PER|DSAC|DSDC|SSAC|SSDC
|
||||
- INBUF
|
||||
- LEVEL
|
||||
- LFILTER
|
||||
- LFREQ
|
||||
- LOCK
|
||||
- MATH
|
||||
- MEM
|
||||
1. sets the storage mode of the internal memory
|
||||
2. LIFO|FIFO|OFF
|
||||
- MENU
|
||||
- MFORMAT
|
||||
- MMATH
|
||||
- MSIZE
|
||||
- NDIG
|
||||
- NPLC
|
||||
- NRDGS
|
||||
- OCOMP
|
||||
- OFORMAT
|
||||
- PAUSE
|
||||
- PER
|
||||
- PRESET
|
||||
- PURGE
|
||||
- QFORMAT
|
||||
- R
|
||||
- RANG
|
||||
1. sets the range
|
||||
2. 0.1|1|10|100|1000|10000|100000|1000000|10000000|100000000|1000000000|AUTO
|
||||
- RATIO
|
||||
- RES
|
||||
- RESET
|
||||
- RMATH
|
||||
- RQS
|
||||
- RSTATE
|
||||
- SCAL
|
||||
- SCRATCH
|
||||
- SECURE
|
||||
- SETACV
|
||||
- SLOPE
|
||||
- SMATH
|
||||
- SRQ
|
||||
- SSTATE
|
||||
- SUB
|
||||
- SUBEND
|
||||
- SWEEP
|
||||
- T
|
||||
- TARM
|
||||
- TBUFF
|
||||
- TERM
|
||||
- TEST
|
||||
- TIMER
|
||||
- TONE
|
||||
- TRIG
|
||||
|
||||
# GETTEABLE PARAMETERS
|
||||
- AUXERR?
|
||||
- CALNUM?
|
||||
- ERR?
|
||||
- ERRSTR?
|
||||
- ID?
|
||||
- ISCALE?
|
||||
- LINE?
|
||||
- MCOUNT?
|
||||
- OPT?
|
||||
- REV?
|
||||
- SSPARAM?
|
||||
- STB?
|
||||
- TEMP?
|
||||
Reference in New Issue
Block a user