Antenna
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:ANTenna
- class AntennaCls[source]
Antenna commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(monitorPane=MonitorPane.Default) RsSmbv.enums.AntennaNr [source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:ANTenna value: enums.AntennaNr = driver.source.bb.gnss.monitor.display.antenna.get(monitorPane = repcap.MonitorPane.Default)
Sets the antenna for that the information displayed in the ‘Simulation Monitor’ applies.
- param monitorPane
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- return
antenna: A1| A2| A3| A4
- set(antenna: RsSmbv.enums.AntennaNr, monitorPane=MonitorPane.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:ANTenna driver.source.bb.gnss.monitor.display.antenna.set(antenna = enums.AntennaNr.A1, monitorPane = repcap.MonitorPane.Default)
Sets the antenna for that the information displayed in the ‘Simulation Monitor’ applies.
- param antenna
A1| A2| A3| A4
- param monitorPane
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)