Offset
SCPI Command :
CONFigure:WLAN:ANTMatrix:SOURce:RLEVel:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() CouplingRlevel[source]
# 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.
- Returns:
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.k91Wlan.configure.wlan.antMatrix.source.refLevel.offset.set()) and are not coupled to the reference level offset of the primary analyzer.
- set(coupling: CouplingRlevel) None[source]
# 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.
- Parameters:
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.k91Wlan.configure.wlan.antMatrix.source.refLevel.offset.set()) and are not coupled to the reference level offset of the primary analyzer.