Oversampling
SCPI Command :
[SENSe]:CAPTure:OVERsampling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() OversampleFactor[source]
# [SENSe]:CAPTure:OVERsampling value: enums.OversampleFactor = driver.applications.k149Uwb.sense.capture.oversampling.get()
Sets the oversampling factor.
- Returns:
ov_factor: OV4 | OV6 | OV8 | OV10 | OV12
- set(ov_factor: OversampleFactor) None[source]
# [SENSe]:CAPTure:OVERsampling driver.applications.k149Uwb.sense.capture.oversampling.set(ov_factor = enums.OversampleFactor.OV10)
Sets the oversampling factor.
- Parameters:
ov_factor – OV4 | OV6 | OV8 | OV10 | OV12