UdSequence

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CONNection:HARQ:DL:UDSequence:LENGth
CONFigure:LTE:SIGNaling<instance>:CONNection:HARQ:DL:UDSequence
class UdSequenceCls[source]

UdSequence commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class UdSequenceStruct[source]

Response structure. Fields:

  • Value_1: int: numeric In this software version fixed set to 0 Range: 0

  • Value_2: int: numeric Range: 0 to 3

  • Value_3: int: numeric Range: 0 to 3

  • Value_4: int: numeric Range: 0 to 3

get() UdSequenceStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:HARQ:DL:UDSequence
value: UdSequenceStruct = driver.configure.connection.harq.downlink.udSequence.get()

Specifies the user-defined redundancy version sequence. Only the first n values are used, according to the specified length, see method RsCmwLteSig.Configure.Connection.Harq.Downlink.UdSequence.length. You can either set the first value only (relevant for initial transmissions) or all four values.

return:

structure: for return value, see the help for UdSequenceStruct structure arguments.

get_length() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:HARQ:DL:UDSequence:LENGth
value: int = driver.configure.connection.harq.downlink.udSequence.get_length()

Specifies the length of the user-defined redundancy version sequence.

return:

length: numeric Range: 1 to 4

set(value_1: int, value_2: int = None, value_3: int = None, value_4: int = None) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:HARQ:DL:UDSequence
driver.configure.connection.harq.downlink.udSequence.set(value_1 = 1, value_2 = 1, value_3 = 1, value_4 = 1)

Specifies the user-defined redundancy version sequence. Only the first n values are used, according to the specified length, see method RsCmwLteSig.Configure.Connection.Harq.Downlink.UdSequence.length. You can either set the first value only (relevant for initial transmissions) or all four values.

param value_1:

numeric In this software version fixed set to 0 Range: 0

param value_2:

numeric Range: 0 to 3

param value_3:

numeric Range: 0 to 3

param value_4:

numeric Range: 0 to 3

set_length(length: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:HARQ:DL:UDSequence:LENGth
driver.configure.connection.harq.downlink.udSequence.set_length(length = 1)

Specifies the length of the user-defined redundancy version sequence.

param length:

numeric Range: 1 to 4