Smode
SCPI Command :
[SENSe]:ADJust:CONFigure:SMODe
- class SmodeCls[source]
Smode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SearchMode [source]
# SCPI: [SENSe]:ADJust:CONFigure:SMODe value: enums.SearchMode = driver.sense.adjust.configure.smode.get()
Determines the search mode for the automatic measurement performed to determine the optimal measurement configuration.
- return
search_mode: FAST | POPTimzed FAST The measurement is optimized for speed. POPTimzed The measurement is optimized to analyze pulse signals adequately.
- set(search_mode: RsFsw.enums.SearchMode) None [source]
# SCPI: [SENSe]:ADJust:CONFigure:SMODe driver.sense.adjust.configure.smode.set(search_mode = enums.SearchMode.FAST)
Determines the search mode for the automatic measurement performed to determine the optimal measurement configuration.
- param search_mode
FAST | POPTimzed FAST The measurement is optimized for speed. POPTimzed The measurement is optimized to analyze pulse signals adequately.