Range
Namespace: Endorphin.Instrument.PicoTech.PicoScope3000
Functions related to channel input voltage range.
Functions and values
Function or value | Description |
minimumForOffsetVoltage(_arg1)
Signature: _arg1:float32<MeasureProduct<V,MeasureOne>> -> Range option
|
Returns the smallest input range which will provide the required offset voltage, if there is one.
|
minimumForVoltage(inputVoltage)
Signature: inputVoltage:float32<MeasureProduct<V,MeasureOne>> -> Range
|
Returns the smallest input range which will handle the specified zero-to-peak input voltage.
|
voltage(_arg1)
Signature: _arg1:Range -> float32<MeasureProduct<V,MeasureOne>>
|
Converts the given input range to a voltage. The device can sample inputs ranging between the
analogue voltage offset plus and minus this value.
|