Start

SCPI Command :

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

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

Parameters:

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

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

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

Parameters:
  • start – -1E+26 to 1E+26

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