Ploss

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:POWer:PLOSs
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:POWer:PLOSs
value: bool = driver.source.bb.gnss.svid.glonass.power.ploss.get(satelliteSvid = repcap.SatelliteSvid.Default)

If enabled, the power of the SV ID signals is reduced to account for the free space attenuation.

Parameters:

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

Returns:

path_loss_state: 1 | ON | 0| OFF

set(path_loss_state: bool, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:POWer:PLOSs
driver.source.bb.gnss.svid.glonass.power.ploss.set(path_loss_state = False, satelliteSvid = repcap.SatelliteSvid.Default)

If enabled, the power of the SV ID signals is reduced to account for the free space attenuation.

Parameters:
  • path_loss_state – 1 | ON | 0| OFF

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