Start

SCPI Command :

[SENSe]:DETect:RANGe:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [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 method RsFsw.applications.k6Pulse.sense.detect.range.set() ON.

Returns:

detection_start: Time from the capture buffer start Unit: S

set(detection_start: float) None[source]
# [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 method RsFsw.applications.k6Pulse.sense.detect.range.set() ON.

Parameters:

detection_start – Time from the capture buffer start Unit: S