Start

SCPI Command :

MEASurement<*>:GATE:RELative:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) float[source]
# MEASurement<*>:GATE:RELative:STARt
value: float = driver.measurement.gate.relative.start.get(measurement = repcap.Measurement.Default)

Define the relative start and end values for the gate, respectively.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

set(relative_start: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:GATE:RELative:STARt
driver.measurement.gate.relative.start.set(relative_start = 1.0, measurement = repcap.Measurement.Default)

Define the relative start and end values for the gate, respectively.

Parameters:
  • relative_start – 0 to 100

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)