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