RwConfig

SCPI Command :

SENSe[:WINDow<n>]:DISPlay:RWConfig
Commands in total: 5
Subgroups: 4
Direct child commands: 1
get(window=Window.Default) ConfigMode[source]
# SENSe[:WINDow<n>]:DISPlay:RWConfig
value: enums.ConfigMode = driver.applications.k149Uwb.sense.window.display.rwConfig.get(window = repcap.Window.Default)

Sets the result config configuration to default or user.

Parameters:

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

Returns:

config: DEFault | USER

set(config: ConfigMode, window=Window.Default) None[source]
# SENSe[:WINDow<n>]:DISPlay:RWConfig
driver.applications.k149Uwb.sense.window.display.rwConfig.set(config = enums.ConfigMode.DEFault, window = repcap.Window.Default)

Sets the result config configuration to default or user.

Parameters:
  • config – DEFault | USER

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

Cloning the Group

# Create a copy of the original group, that exists independently
rwConfig_copy = driver.applications.k149Uwb.sense.window.display.rwConfig.clone()

Subgroups