Prach

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:CONFiguration
[SOURce<HW>]:BB:EUTRa:UL:PRACh:FOFFset
[SOURce<HW>]:BB:EUTRa:UL:PRACh:RSET
class PrachCls[source]

Prach commands group definition. 16 total commands, 2 Subgroups, 3 group commands

get_configuration() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:CONFiguration
value: int = driver.source.bb.eutra.uplink.prach.get_configuration()

Sets the PRACH configuration number.

return

configuration: integer Range: 0 to 63

get_foffset() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:FOFFset
value: int = driver.source.bb.eutra.uplink.prach.get_foffset()

Sets the prach-FrequencyOffset nRAPRBoffset

return

frequency_offset: integer Range: 0 to dynamic

get_rset() RsSmbv.enums.EutraPrachPreambleSet[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:RSET
value: enums.EutraPrachPreambleSet = driver.source.bb.eutra.uplink.prach.get_rset()

Enables/disables using of a restricted preamble set.

return

restricted_set: URES| ARES| BRES| OFF| ON URES|OFF Unrestricted preamble set. ARES|ON Restricted set type A. BRES Restricted set type B.

set_configuration(configuration: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:CONFiguration
driver.source.bb.eutra.uplink.prach.set_configuration(configuration = 1)

Sets the PRACH configuration number.

param configuration

integer Range: 0 to 63

set_foffset(frequency_offset: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:FOFFset
driver.source.bb.eutra.uplink.prach.set_foffset(frequency_offset = 1)

Sets the prach-FrequencyOffset nRAPRBoffset

param frequency_offset

integer Range: 0 to dynamic

set_rset(restricted_set: RsSmbv.enums.EutraPrachPreambleSet) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:RSET
driver.source.bb.eutra.uplink.prach.set_rset(restricted_set = enums.EutraPrachPreambleSet.ARES)

Enables/disables using of a restricted preamble set.

param restricted_set

URES| ARES| BRES| OFF| ON URES|OFF Unrestricted preamble set. ARES|ON Restricted set type A. BRES Restricted set type B.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.uplink.prach.clone()

Subgroups