RwConfig

SCPI Command :

SENSe[:WINDow<n>]:DISPlay:RWConfig
class RwConfigCls[source]

RwConfig commands group definition. 5 total commands, 4 Subgroups, 1 group commands

get(window=Window.Default) RsFsw.enums.ConfigMode[source]
# SCPI: 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.

param window

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

return

config: DEFault | USER

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

param config

DEFault | USER

param window

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

Cloning the Group

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

Subgroups