Antenna
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:ANTenna
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(monitorPane=MonitorPane.Default) AntennaNr[source]
# [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.
- Parameters:
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- Returns:
antenna: A1 | A2 | A3 | A4
- set(antenna: AntennaNr, monitorPane=MonitorPane.Default) None[source]
# [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.
- Parameters:
antenna – A1 | A2 | A3 | A4
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)