Ploss
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:POWer:PLOSs
- class PlossCls[source]
Ploss commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:POWer:PLOSs value: bool = driver.source.bb.gnss.svid.navic.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.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
path_loss_state: 1| ON| 0| OFF
- set(path_loss_state: bool, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:POWer:PLOSs driver.source.bb.gnss.svid.navic.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.
- param path_loss_state
1| ON| 0| OFF
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)