InCoverage
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:INCoverage
- class InCoverageCls[source]
InCoverage commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:INCoverage value: bool = driver.source.bb.eutra.uplink.ue.sl.sync.inCoverage.get(userEquipment = repcap.UserEquipment.Default)
Sets the in-coverage flag.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
in_coverage: 1| ON| 0| OFF
- set(in_coverage: bool, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:INCoverage driver.source.bb.eutra.uplink.ue.sl.sync.inCoverage.set(in_coverage = False, userEquipment = repcap.UserEquipment.Default)
Sets the in-coverage flag.
- param in_coverage
1| ON| 0| OFF
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)