dsoctrl Class
The class define all needed public properties and methods
Item Index
Methods
Properties
Methods
Autoset
-
callback
The method belong to dsoctrl class used to set the device into autoset state
Parameters:
-
callbackFunctionCalled when finished setting
connect
-
callback
The method belong to dsoctrl class used to connect to device, connect method must be called and wait to complete before any dsoctrl method.
Parameters:
-
callbackFunctioncallback(e) Called when connection has been made
force
-
callback
The method belong to dsoctrl class used to set the device into force trigger state
Parameters:
-
callbackFunctionCalled when finished setting
getEdgeTrig
-
callback
The method belong to dsoctrl class used to get the edge trigger properties from device
Parameters:
-
callbackFunctioncallback(e, trigProperty) Called when finished loading
getHorizontal
-
callback
The method belong to dsoctrl class used to load horizontal properties from device, like time division, position .. etc.
Parameters:
-
callbackFunctioncallback(e, horProperty) Called when finished loading
getMeas
-
mCh -
callback
The method belong to dsoctrl class used to get the measurment properties for the selected measure channel from device
Parameters:
-
mChStringSpecify which measure channel wants to be loaded
-
callbackFunctioncallback(e, measProperty) Called when finished loading
getRawdata
-
ch -
callback
The method belong to dsoctrl class used to get the data in acquisition memory for the selected channel form device
Parameters:
-
chStringSpecify which channel wants to be loaded
-
callbackFunctioncallback(e, rawData) Called when finished loading
getSnapshot
-
callback
The method belong to dsoctrl class used to get the current screen from device,
Parameters:
-
callbackFunctioncallback(e, dsipData) Called when finished loading
getVertical
-
ch -
callback
The method belong to dsoctrl class used to load vertical properties from device, like scale, position .. etc.
Parameters:
-
chStringSpecify which channel wants to be loaded
-
callbackFunctioncallback(e, chProperty) Called when finished loading
reloadState
-
callback
The method belong to dsoctrl class used to load all properties from device, like trigger type, channel state .. etc.
Parameters:
-
callbackFunctioncallback(e) Called when finished loading
run
-
callback
The method belong to dsoctrl class used to set the device into run state
Parameters:
-
callbackFunctionCalled when finished setting
setMeas
-
measConf -
callback
The method belong to dsoctrl class used to setup a periodical measure channel with specify measure type and source channel
Parameters:
-
measConfObjectConfig to setup a measure channel
-
callbackFunctionCalled when finished setting
single
-
callback
The method belong to dsoctrl class used to set the device into single state
Parameters:
-
callbackFunctionCalled when finished setting
statisticOff
-
callback
The method belong to dsoctrl class used to turn off statistics for all measure channels
Parameters:
-
callbackFunctionCalled when finished setting
statisticOn
-
callback
The method belong to dsoctrl class used to turn on statistics for all measure channels
Parameters:
-
callbackFunctionCalled when finished setting
statisticWeight
-
weight -
callback
The method belong to dsoctrl class used to set the statistic weight all measure channels
Parameters:
-
weightNumberSpecify statistic weight
-
callbackFunctionCalled when finished setting
stop
-
callback
The method belong to dsoctrl class used to set the device into stop state
Parameters:
-
callbackFunctionCalled when finished setting
supportedMeasType
-
measureType
The method belong to dsoctrl class used to get the measurment type of device supported
Parameters:
-
measureTypeArray
Properties
chProperty
Unknown
Channel property of device.
Sub-properties:
-
couplingStringSpecify coupling on AC,DC or GND
-
impedanceStringSpecify the impedance of the analog channel
-
invertString -
bandwidthString -
expandString -
stateString -
positionString -
deskewString -
rawdataString -
probe.unitString -
probe.attenString
horProperty
Unknown
Horizontal property of device.
Sub-properties:
-
positionStringSpecify the distance with triggered pointer of the main window
-
zpositionStringSpecify the distance with triggered pointer of the zoom window
-
scaleStringSpecify the time divison of the main window
-
zscaleStringSpecify the time divison of the zoom window
-
modeStringSpecify which mode device on
-
expandStringSpecify timebase expand by center or trigger position
measConf
Object
Object used to setup a measure channel
Sub-properties:
-
src1StringSpecify first source channel for measurement
-
src2StringSpecify second source channel for delay measure type
-
typeStringSpecify measure type
measProperty
Unknown
Measurement property of device.
Sub-properties:
-
stdValueString -
minValueString -
meanValueString -
valueString -
stateString -
source1String -
source2String -
typeString -
stateString
trigProperty
Unknown
Trigger property of device.
Sub-properties:
-
typeString -
sourceString -
modeString -
holdoffString -
noise_rejString -
rejectString -
levelString -
altString -
stateString -
edge.couplingString -
edge.slopString
