Stat<Antenna>

SCPI Command :

CONFigure:WLAN:ANTMatrix:SOURce:ROSCillator:SOURce:STAT<ant>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.applications.k91Wlan.configure.wlan.antMatrix.source.roscillator.source.stat.repcap_antenna_set(repcap.Antenna.Nr1)
get(antenna=Antenna.Default) bool[source]
# CONFigure:WLAN:ANTMatrix:SOURce:ROSCillator:SOURce:STAT<ant>
value: bool = driver.applications.k91Wlan.configure.wlan.antMatrix.source.roscillator.source.stat.get(antenna = repcap.Antenna.Default)

Queries the connection state of the external reference for each channel (see also method RsFsw.applications.k91Wlan.configure.wlan.antMatrix.source.roscillator.source.set() ) . If the IP address of the antenna is not available or valid, or the selected antenna is not active, an error message is returned.

Parameters:

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

Returns:

state: ON | OFF | 0 | 1 OFF | 0 External reference not available ON | 1 External reference available

set(state: bool, antenna=Antenna.Default) None[source]
# CONFigure:WLAN:ANTMatrix:SOURce:ROSCillator:SOURce:STAT<ant>
driver.applications.k91Wlan.configure.wlan.antMatrix.source.roscillator.source.stat.set(state = False, antenna = repcap.Antenna.Default)

Queries the connection state of the external reference for each channel (see also method RsFsw.applications.k91Wlan.configure.wlan.antMatrix.source.roscillator.source.set() ) . If the IP address of the antenna is not available or valid, or the selected antenna is not active, an error message is returned.

Parameters:
  • state – ON | OFF | 0 | 1 OFF | 0 External reference not available ON | 1 External reference available

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

Cloning the Group

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