Offset
SCPI Command :
CONFigure:WLAN:ANTMatrix:SOURce:RLEVel:OFFSet
- class OffsetCls[source]
- Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() RsFsw.enums.CouplingRlevel[source]
- # SCPI: CONFigure:WLAN:ANTMatrix:SOURce:RLEVel:OFFSet value: enums.CouplingRlevel = driver.applications.k91Wlan.configure.wlan.antMatrix.source.refLevel.offset.get() - This remote control command determines whether the reference level for the primary and secondary devices in a simultaneous MIMO setup are coupled or not. - return
- coupling: PRIMary | MANual Coupling mode PRIMary The secondary analyzers’ reference levels are set to match that of the primary. MANual The secondary analyzers’ reference levels are specified individually (see method RsFsw.Applications.K91_Wlan.Configure.Wlan.AntMatrix.Source.RefLevel.Offset.set) and are not coupled to the reference level offset of the primary analyzer. 
 
 - set(coupling: RsFsw.enums.CouplingRlevel) None[source]
- # SCPI: CONFigure:WLAN:ANTMatrix:SOURce:RLEVel:OFFSet driver.applications.k91Wlan.configure.wlan.antMatrix.source.refLevel.offset.set(coupling = enums.CouplingRlevel.MANual) - This remote control command determines whether the reference level for the primary and secondary devices in a simultaneous MIMO setup are coupled or not. - param coupling
- PRIMary | MANual Coupling mode PRIMary The secondary analyzers’ reference levels are set to match that of the primary. MANual The secondary analyzers’ reference levels are specified individually (see method RsFsw.Applications.K91_Wlan.Configure.Wlan.AntMatrix.Source.RefLevel.Offset.set) and are not coupled to the reference level offset of the primary analyzer.