Antenna
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:ANTenna
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(monitorPane=MonitorPane.Default) RefAntenna[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:ANTenna value: enums.RefAntenna = 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 | A5 | A6
- set(antenna: RefAntenna, monitorPane=MonitorPane.Default) None[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:ANTenna driver.source.bb.gnss.monitor.display.antenna.set(antenna = enums.RefAntenna.A1, monitorPane = repcap.MonitorPane.Default)
Sets the antenna for that the information displayed in the ‘Simulation Monitor’ applies.
- Parameters:
antenna – A1 | A2 | A3 | A4 | A5 | A6
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)