Source

SCPI Command :

CONFigure:WLAN:ANTMatrix:SOURce:ROSCillator:SOURce
class SourceCls[source]

Source commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() RsFsw.enums.CouplingRosc[source]
# SCPI: CONFigure:WLAN:ANTMatrix:SOURce:ROSCillator:SOURce
value: enums.CouplingRosc = driver.applications.k91Wlan.configure.wlan.antMatrix.source.roscillator.source.get()

This remote control command determines whether the reference frequency for the primary and secondary devices in a simultaneous MIMO setup are coupled or not.

return

coupling: AUTO | EXTernal | OFF Coupling mode AUTO Secondaries set to the same external reference source as primary. Use an R&S Z11 trigger box to send to the same trigger to all devices (see TRIG:SEQ:SOUR TUN. EXTernal Secondaries’ reference source is set to external. Configure a trigger output from the primary (see method RsFsw.Applications.K10x_Lte.Output.Trigger.Otype.set) . OFF Secondaries’ reference source is set to internal.

set(coupling: RsFsw.enums.CouplingRosc) None[source]
# SCPI: CONFigure:WLAN:ANTMatrix:SOURce:ROSCillator:SOURce
driver.applications.k91Wlan.configure.wlan.antMatrix.source.roscillator.source.set(coupling = enums.CouplingRosc.AUTO)

This remote control command determines whether the reference frequency for the primary and secondary devices in a simultaneous MIMO setup are coupled or not.

param coupling

AUTO | EXTernal | OFF Coupling mode AUTO Secondaries set to the same external reference source as primary. Use an R&S Z11 trigger box to send to the same trigger to all devices (see TRIG:SEQ:SOUR TUN. EXTernal Secondaries’ reference source is set to external. Configure a trigger output from the primary (see method RsFsw.Applications.K10x_Lte.Output.Trigger.Otype.set) . OFF Secondaries’ reference source is set to internal.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.configure.wlan.antMatrix.source.roscillator.source.clone()

Subgroups