Set the default values for new electrodes in Settings/Signal

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Sub SignalDefault ( _
	lCh As Integer, _
	sAmp As Single, _
	sSPLOffset As Single, _
	sCenterFreq As Single, _
	sBandwidth As Single, _
	sTHR As Single, _
	sMCL As Single, _
	lPhDur As Integer _
)

Parameters

lCh
Type: System..::..Int32
0 for the left electrodes, 1 for the right electrodes.
sAmp
Type: System..::..Single
Default value for the field "Amplitude"
sSPLOffset
Type: System..::..Single
Default value for the field "FS to SPL offset"
sCenterFreq
Type: System..::..Single
Default value for the field "Center freq."
sBandwidth
Type: System..::..Single
Default value for the field "Bandwidth"
sTHR
Type: System..::..Single
Default value for the field "THR"
sMCL
Type: System..::..Single
Default value for the field "MCL"
lPhDur
Type: System..::..Int32
Default value for the field "Phase dur." in µs. This value will be showed in samples and as the true quantized value. This value must be different than zero to set the default values as valid.

Remarks

Separate default values can be set for the left and right electrodes. SignalDefault can be called any time, e.g. after the exp. type changed. Then, if the user click on "new electrode" the default values are applied.

See Also