Configure
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:RWConfig:CONFigure
- class ConfigureCls[source]
Configure commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.ConfigMode [source]
# SCPI: SENSe[:WINDow<n>]:DISPlay:RWConfig:CONFigure value: enums.ConfigMode = driver.applications.k149Uwb.sense.window.display.rwConfig.configure.get(window = repcap.Window.Default)
Sets the configuration setting for this window.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
configure: DEFault | USER
- set(configure: RsFsw.enums.ConfigMode, window=Window.Default) None [source]
# SCPI: SENSe[:WINDow<n>]:DISPlay:RWConfig:CONFigure driver.applications.k149Uwb.sense.window.display.rwConfig.configure.set(configure = enums.ConfigMode.DEFault, window = repcap.Window.Default)
Sets the configuration setting for this window.
- param configure
DEFault | USER
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)