Cursor
SCPI Command :
GATE<*>:CURSor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(gate=Gate.Default) Cursor[source]
# GATE<*>:CURSor value: enums.Cursor = driver.gate.cursor.get(gate = repcap.Gate.Default)
Available for method
RsMxo.gate.gcoupling.set()= CURSor. Selects the cursor set to be used for measurement gating. The gate area is defined by the cursor lines.- Parameters:
gate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- Returns:
cursor: CURSOR1 | CURSor1 | CURSOR2 | CURSor2 | CURSOR3 | CURSor3 | CURSOR4 | CURSor4
- set(cursor: Cursor, gate=Gate.Default) None[source]
# GATE<*>:CURSor driver.gate.cursor.set(cursor = enums.Cursor.CURSOR1, gate = repcap.Gate.Default)
Available for method
RsMxo.gate.gcoupling.set()= CURSor. Selects the cursor set to be used for measurement gating. The gate area is defined by the cursor lines.- Parameters:
cursor – CURSOR1 | CURSor1 | CURSOR2 | CURSor2 | CURSOR3 | CURSor3 | CURSOR4 | CURSor4
gate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)