Pattern

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HSUPa:EAGCh:PATTern:LENGth
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HSUPa:EAGCh:PATTern:INDex
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HSUPa:EAGCh:PATTern:SCOPe
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HSUPa:EAGCh:PATTern:TYPE
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HSUPa:EAGCh:PATTern:REPetition
class Pattern[source]

Pattern commands group definition. 6 total commands, 1 Sub-groups, 5 group commands

get_index()List[int][source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:INDex
value: List[int or bool] = driver.configure.cell.carrier.hsupa.eagch.pattern.get_index()

Specifies the absolute grant indices of the absolute grant pattern. A query returns all eight defined indices. A setting configures the first n indices (n = 1 to 8) . Only the first m indices are considered for transmission, with m specified via method RsCmwWcdmaSig.Configure.Cell.Carrier.Hsupa.Eagch.Pattern.length.

return

index: Comma-separated list of up to eight values Range: 0 to 31 Additional OFF | ON disables | enables the transmission of index value, OFF results in an unscheduled TTI

Global Repeated Capabilities: repcap.Carrier

get_length()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:LENGth
value: int = driver.configure.cell.carrier.hsupa.eagch.pattern.get_length()

Specifies the length of the absolute grant pattern.

return

length: Range: 1 to 8 (for 10 ms TTI: 1 to 4)

Global Repeated Capabilities: repcap.Carrier

get_repetition()RsCmwWcdmaSig.enums.RepetitionB[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:REPetition
value: enums.RepetitionB = driver.configure.cell.carrier.hsupa.eagch.pattern.get_repetition()

Specifies whether the absolute grant pattern has to be transmitted only once, continuously or serving grant (SG) initialized. Select ‘SG Initialized’ only for E-RGCH measurements.

return

repetition: ONCE | CONTinuous | SGINit

Global Repeated Capabilities: repcap.Carrier

get_scope()List[bool][source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:SCOPe
value: List[bool] = driver.configure.cell.carrier.hsupa.eagch.pattern.get_scope()

Specifies the absolute grant scopes of the absolute grant pattern. A query returns all eight defined scopes. A setting configures the first n scopes (n = 1 to 8) . Only the first m scopes are considered for transmission, with m specified via method RsCmwWcdmaSig.Configure.Cell.Carrier.Hsupa.Eagch.Pattern.length.

return

scope: OFF | ON Comma-separated list of up to eight values OFF: absolute grant applies to all HARQ processes ON: absolute grant applies to one HARQ process only

Global Repeated Capabilities: repcap.Carrier

get_type_py()List[bool][source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:TYPE
value: List[bool] = driver.configure.cell.carrier.hsupa.eagch.pattern.get_type_py()

Specifies the ID types of the absolute grant pattern. A query returns all eight defined types. A setting configures the first n types (n = 1 to 8) . Only the first m types are considered for transmission, with m specified via method RsCmwWcdmaSig.Configure.Cell.Carrier.Hsupa.Eagch.Pattern.length.

return

type_py: OFF | ON Comma-separated list of up to eight values OFF: use primary UE-ID ON: use secondary UE-ID

Global Repeated Capabilities: repcap.Carrier

set_index(index: List[int])None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:INDex
driver.configure.cell.carrier.hsupa.eagch.pattern.set_index(index = [1, True, 2, False, 3])

Specifies the absolute grant indices of the absolute grant pattern. A query returns all eight defined indices. A setting configures the first n indices (n = 1 to 8) . Only the first m indices are considered for transmission, with m specified via method RsCmwWcdmaSig.Configure.Cell.Carrier.Hsupa.Eagch.Pattern.length.

param index

Comma-separated list of up to eight values Range: 0 to 31 Additional OFF | ON disables | enables the transmission of index value, OFF results in an unscheduled TTI

Global Repeated Capabilities: repcap.Carrier

set_length(length: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:LENGth
driver.configure.cell.carrier.hsupa.eagch.pattern.set_length(length = 1)

Specifies the length of the absolute grant pattern.

param length

Range: 1 to 8 (for 10 ms TTI: 1 to 4)

Global Repeated Capabilities: repcap.Carrier

set_repetition(repetition: RsCmwWcdmaSig.enums.RepetitionB)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:REPetition
driver.configure.cell.carrier.hsupa.eagch.pattern.set_repetition(repetition = enums.RepetitionB.CONTinuous)

Specifies whether the absolute grant pattern has to be transmitted only once, continuously or serving grant (SG) initialized. Select ‘SG Initialized’ only for E-RGCH measurements.

param repetition

ONCE | CONTinuous | SGINit

Global Repeated Capabilities: repcap.Carrier

set_scope(scope: List[bool])None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:SCOPe
driver.configure.cell.carrier.hsupa.eagch.pattern.set_scope(scope = [True, False, True])

Specifies the absolute grant scopes of the absolute grant pattern. A query returns all eight defined scopes. A setting configures the first n scopes (n = 1 to 8) . Only the first m scopes are considered for transmission, with m specified via method RsCmwWcdmaSig.Configure.Cell.Carrier.Hsupa.Eagch.Pattern.length.

param scope

OFF | ON Comma-separated list of up to eight values OFF: absolute grant applies to all HARQ processes ON: absolute grant applies to one HARQ process only

Global Repeated Capabilities: repcap.Carrier

set_type_py(type_py: List[bool])None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:PATTern:TYPE
driver.configure.cell.carrier.hsupa.eagch.pattern.set_type_py(type_py = [True, False, True])

Specifies the ID types of the absolute grant pattern. A query returns all eight defined types. A setting configures the first n types (n = 1 to 8) . Only the first m types are considered for transmission, with m specified via method RsCmwWcdmaSig.Configure.Cell.Carrier.Hsupa.Eagch.Pattern.length.

param type_py

OFF | ON Comma-separated list of up to eight values OFF: use primary UE-ID ON: use secondary UE-ID

Global Repeated Capabilities: repcap.Carrier

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.cell.carrier.hsupa.eagch.pattern.clone()

Subgroups