Normalise
SCPI Command :
CONFigure:WLAN:SMAPping:NORMalise
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# 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.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# 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.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on