Start
SCPI Command :
POWer:DONRes:GATE<*>:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrGate=PwrGate.Default) float[source]
# POWer:DONRes:GATE<*>:STARt value: float = driver.power.donRes.gate.start.get(pwrGate = repcap.PwrGate.Default)
Set the positions of the cursor lines, which define the measurement gate.
- Parameters:
pwrGate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- set(start: float, pwrGate=PwrGate.Default) None[source]
# POWer:DONRes:GATE<*>:STARt driver.power.donRes.gate.start.set(start = 1.0, pwrGate = repcap.PwrGate.Default)
Set the positions of the cursor lines, which define the measurement gate.
- Parameters:
pwrGate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)