Offset

SCPI Command :

CONFigure:WLAN:ANTMatrix:RLEVel<ant>:OFFSet
class OffsetCls[source]

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

get(antenna=Antenna.Default) float[source]
# SCPI: CONFigure:WLAN:ANTMatrix:RLEVel<ant>:OFFSet
value: float = driver.applications.k91Wlan.configure.wlan.antMatrix.refLevel.offset.get(antenna = repcap.Antenna.Default)

This remote control command determines whether the reference value offset for the specified antenna if the primary and secondary devices in a simultaneous MIMO setup are not coupled (seemethod RsFsw.Applications.K91_Wlan.Configure.Wlan. AntMatrix.Source.RefLevel.Offset.set ) .

param antenna

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

return

off_level: level offset in dB Unit: DB

set(off_level: float, antenna=Antenna.Default) None[source]
# SCPI: CONFigure:WLAN:ANTMatrix:RLEVel<ant>:OFFSet
driver.applications.k91Wlan.configure.wlan.antMatrix.refLevel.offset.set(off_level = 1.0, antenna = repcap.Antenna.Default)

This remote control command determines whether the reference value offset for the specified antenna if the primary and secondary devices in a simultaneous MIMO setup are not coupled (seemethod RsFsw.Applications.K91_Wlan.Configure.Wlan. AntMatrix.Source.RefLevel.Offset.set ) .

param off_level

level offset in dB Unit: DB

param antenna

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