Smode
SCPI Command :
CURSor<*>:SMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) SourceMode[source]
# CURSor<*>:SMODe value: enums.SourceMode = driver.cursor.smode.get(cursor = repcap.Cursor.Default)
Selects the number of sources that you want to measure.
- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
- Returns:
source_mode: SINGle | SECond | MSOurce
SINGle: The cursor lines are set on one waveform. Select the source with CURSorcu:SOURce.
SECond: The cursor lines are set on two waveforms. To set the second souce, use CURSorcu:SSOurce.
MSOurce: Multiple waveforms are selected to be measured with one cursor set. Activates CURSorcu:TRACking[:STATe] and sets CURSorcu:FUNCtion to PAIRed. Select the sources with CURSorcu:SOURce.
- set(source_mode: SourceMode, cursor=Cursor.Default) None[source]
# CURSor<*>:SMODe driver.cursor.smode.set(source_mode = enums.SourceMode.MSOurce, cursor = repcap.Cursor.Default)
Selects the number of sources that you want to measure.
- Parameters:
source_mode –
SINGle | SECond | MSOurce
SINGle: The cursor lines are set on one waveform. Select the source with CURSorcu:SOURce.
SECond: The cursor lines are set on two waveforms. To set the second souce, use CURSorcu:SSOurce.
MSOurce: Multiple waveforms are selected to be measured with one cursor set. Activates CURSorcu:TRACking[:STATe] and sets CURSorcu:FUNCtion to PAIRed. Select the sources with CURSorcu:SOURce.
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)