Configure

SCPI Command :

SENSe[:WINDow<n>]:DISPlay:RWConfig:CONFigure
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) ConfigMode[source]
# 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.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

Returns:

configure: DEFault | USER

set(configure: ConfigMode, window=Window.Default) None[source]
# 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.

Parameters:
  • configure – DEFault | USER

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)