State<Antenna>
SCPI Command :
CONFigure:WLAN:ANTMatrix:STATe<ant>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr32 driver.applications.k91Wlan.configure.wlan.antMatrix.state.repcap_antenna_set(repcap.Antenna.Nr1)
- get(antenna=Antenna.Default) bool[source]
# CONFigure:WLAN:ANTMatrix:STATe<ant> value: bool = driver.applications.k91Wlan.configure.wlan.antMatrix.state.get(antenna = repcap.Antenna.Default)
This remote control command specifies the state of the specified antenna. Note, it is not possible to change the state of the first antenna (primary) .
- Parameters:
antenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘State’)
- Returns:
state: ON | OFF | 1 | 0 State of the antenna
- set(state: bool, antenna=Antenna.Default) None[source]
# CONFigure:WLAN:ANTMatrix:STATe<ant> driver.applications.k91Wlan.configure.wlan.antMatrix.state.set(state = False, antenna = repcap.Antenna.Default)
This remote control command specifies the state of the specified antenna. Note, it is not possible to change the state of the first antenna (primary) .
- Parameters:
state – ON | OFF | 1 | 0 State of the antenna
antenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘State’)
Cloning the Group
# Create a copy of the original group, that exists independently
state_copy = driver.applications.k91Wlan.configure.wlan.antMatrix.state.clone()