Smode
SCPI Command :
[SENSe]:ADJust:CONFigure:SMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SearchMode[source]
# [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.
- Returns:
search_mode: FAST | POPTimzed FAST The measurement is optimized for speed. POPTimzed The measurement is optimized to analyze pulse signals adequately.
- set(search_mode: SearchMode) None[source]
# [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.
- Parameters:
search_mode – FAST | POPTimzed FAST The measurement is optimized for speed. POPTimzed The measurement is optimized to analyze pulse signals adequately.