AfSeq

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL: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: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.

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: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.

param autofill_seq

1| ON| 0| OFF

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)