Start

SCPI Command :

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

Define the relative start and end values for the gate, respectively. Available, if method RsMxo.gate.gcoupling.set() = MANUal and method RsMxo.gate.mode.set() =REL.

Parameters:

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

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

Define the relative start and end values for the gate, respectively. Available, if method RsMxo.gate.gcoupling.set() = MANUal and method RsMxo.gate.mode.set() =REL.

Parameters:
  • relative_start – 0 to 100

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