RvcSequence
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:RVCSequence
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default) str[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:RVCSequence value: str = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.rvcSequence.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the redundancy version sequence.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
rv_coding_seq: string Up to 30 comma-separated values Range: 0 to 3 (for each value in the sequence)
- set(rv_coding_seq: str, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:RVCSequence driver.source.bb.eutra.downlink.user.asPy.downlink.cell.rvcSequence.set(rv_coding_seq = 'abc', userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the redundancy version sequence.
- Parameters:
rv_coding_seq – string Up to 30 comma-separated values Range: 0 to 3 (for each value in the sequence)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)