DacRestart
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:DACRestart
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:DACRestart value: bool = driver.source.bb.eutra.uplink.ue.dacRestart.get(userEquipment = repcap.UserEquipment.Default)
If activated, the indicated values are restarted at the specified intervals.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- Returns:
restart_state: 1 | ON | 0| OFF
- set(restart_state: bool, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:DACRestart driver.source.bb.eutra.uplink.ue.dacRestart.set(restart_state = False, userEquipment = repcap.UserEquipment.Default)
If activated, the indicated values are restarted at the specified intervals.
- Parameters:
restart_state – 1 | ON | 0| OFF
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)