Start
SCPI Command :
[SENSe]:DETect:RANGe:STARt
- class StartCls[source]
Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:DETect:RANGe:STARt value: float = driver.applications.k6Pulse.sense.detect.range.start.get()
Defines the beginning of the detection range as the time in seconds from the capture buffer start. Is only available for [SENSe:]DETect:RANGe ON.
- return
detection_start: Time from the capture buffer start Unit: S
- set(detection_start: float) None [source]
# SCPI: [SENSe]:DETect:RANGe:STARt driver.applications.k6Pulse.sense.detect.range.start.set(detection_start = 1.0)
Defines the beginning of the detection range as the time in seconds from the capture buffer start. Is only available for [SENSe:]DETect:RANGe ON.
- param detection_start
Time from the capture buffer start Unit: S