Source

SCPI Command :

CONFigure:WLAN:ANTMatrix:SOURce:ROSCillator:SOURce
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() CouplingRosc[source]
# 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.

Returns:

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.k10Xlte.output.trigger.otype.set() ) . OFF Secondaries’ reference source is set to internal.

set(coupling: CouplingRosc) None[source]
# 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.

Parameters:

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.k10Xlte.output.trigger.otype.set() ) . OFF Secondaries’ reference source is set to internal.

Cloning the Group

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

Subgroups