Offset

SCPI Command :

CONFigure:WLAN:ANTMatrix:RLEVel<ant>:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(antenna=Antenna.Default) float[source]
# 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.k91Wlan.configure.wlan.antMatrix.source.refLevel.offset.set() ) .

Parameters:

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

Returns:

off_level: level offset in dB Unit: DB

set(off_level: float, antenna=Antenna.Default) None[source]
# 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.k91Wlan.configure.wlan.antMatrix.source.refLevel.offset.set() ) .

Parameters:
  • off_level – level offset in dB Unit: DB

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