Ploss
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:POWer:PLOSs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:POWer:PLOSs value: bool = driver.source.bb.gnss.svid.galileo.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>:GALileo:POWer:PLOSs driver.source.bb.gnss.svid.galileo.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’)