Normalise

SCPI Command :

CONFigure:WLAN:SMAPping:NORMalise
class NormaliseCls[source]

Normalise commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: CONFigure:WLAN:SMAPping:NORMalise
value: bool = driver.applications.k91Wlan.configure.wlan.smapping.normalise.get()

This remote control command specifies whether an amplification of the signal power due to the spatial mapping is performed according to the matrix entries. If this command it set to ON then the spatial mapping matrix is scaled by a constant factor to obtain a passive spatial mapping matrix which does not increase the total transmitted power. If this command is set to OFF the normalization step is omitted.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: CONFigure:WLAN:SMAPping:NORMalise
driver.applications.k91Wlan.configure.wlan.smapping.normalise.set(state = False)

This remote control command specifies whether an amplification of the signal power due to the spatial mapping is performed according to the matrix entries. If this command it set to ON then the spatial mapping matrix is scaled by a constant factor to obtain a passive spatial mapping matrix which does not increase the total transmitted power. If this command is set to OFF the normalization step is omitted.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on