State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:STATe
- class StateCls[source]
State 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:STATe value: bool = driver.source.bb.eutra.uplink.ue.sl.sync.state.get(userEquipment = repcap.UserEquipment.Default)
Enables the synchronization signals.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
sl_sync_state: 1| ON| 0| OFF
- set(sl_sync_state: bool, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:STATe driver.source.bb.eutra.uplink.ue.sl.sync.state.set(sl_sync_state = False, userEquipment = repcap.UserEquipment.Default)
Enables the synchronization signals.
- param sl_sync_state
1| ON| 0| OFF
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)