AfSeq
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:AFSeq
- class AfSeqCls[source]
AfSeq commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:AFSeq value: bool = driver.source.bb.eutra.downlink.user.asPy.uplink.afSeq.get(userIx = repcap.UserIx.Default)
Enables the automatic configuration of the DCIs.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
autofill_seq: 1| ON| 0| OFF
- set(autofill_seq: bool, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:AFSeq driver.source.bb.eutra.downlink.user.asPy.uplink.afSeq.set(autofill_seq = False, userIx = repcap.UserIx.Default)
Enables the automatic configuration of the DCIs.
- param autofill_seq
1| ON| 0| OFF
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)