Channel Configuration
Bases: PicoScopeBase, Sharedps5000aPs6000a
PicoScope 5000 (A) API specific functions
Methods:
| Name | Description |
|---|---|
get_adc_limits |
Returns the ADC limits for this device. |
get_analogue_offset_limits |
Get the allowed analogue offset range for a specified |
get_avaliable_channel_ranges |
Get the information for a specified channel. |
get_channel_combinations |
Get the avaliable channel combinations at a given timebase for the ps5000a. |
set_all_channels_off |
Turns all channels off, based on unit number of channels. |
set_channel |
Enable/disable a channel and specify certain variables i.e. range, coupling, offset, etc. |
get_adc_limits(datatype=None)
Returns the ADC limits for this device.
| Parameters: |
|
|---|
| Returns: |
|
|---|
get_analogue_offset_limits(range, coupling)
Get the allowed analogue offset range for a specified range and coupling.
| Parameters: |
|
|---|
| Returns: |
|
|---|
get_avaliable_channel_ranges(channel)
Get the information for a specified channel.
| Parameters: |
|
|---|
| Returns: |
|
|---|
get_channel_combinations(timebase, ac_adaptor=None, return_type='string')
Get the avaliable channel combinations at a given timebase for the ps5000a.
| Parameters: |
|
|---|
| Returns: |
|
|---|
set_all_channels_off()
Turns all channels off, based on unit number of channels. If the ps5000a has no AC power supply attached, only turns off channel A and B.
set_channel(channel, range=cst.RANGE.V1, enabled=True, coupling=cst.COUPLING.DC, offset=0.0, bandwidth=cst.BANDWIDTH_CH.FULL, probe_scale=1.0)
Enable/disable a channel and specify certain variables i.e. range, coupling, offset, etc.
| Parameters: |
|
|---|