Prach

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:CONFiguration
[SOURce<HW>]:BB:EUTRa:UL:PRACh:FOFFset
[SOURce<HW>]:BB:EUTRa:UL:PRACh:RSET
Commands in total: 16
Subgroups: 2
Direct child commands: 3
get_configuration() int[source]
# [SOURce<HW>]:BB:EUTRa:UL:PRACh:CONFiguration
value: int = driver.source.bb.eutra.uplink.prach.get_configuration()

Sets the PRACH configuration number.

Returns:

configuration: integer Range: 0 to 63

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

Sets the prach-FrequencyOffset nRAPRBoffset

Returns:

frequency_offset: integer Range: 0 to dynamic

get_rset() EutraPrachPreambleSet[source]
# [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.

Returns:

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]
# [SOURce<HW>]:BB:EUTRa:UL:PRACh:CONFiguration
driver.source.bb.eutra.uplink.prach.set_configuration(configuration = 1)

Sets the PRACH configuration number.

Parameters:

configuration – integer Range: 0 to 63

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

Sets the prach-FrequencyOffset nRAPRBoffset

Parameters:

frequency_offset – integer Range: 0 to dynamic

set_rset(restricted_set: EutraPrachPreambleSet) None[source]
# [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.

Parameters:

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 copy of the original group, that exists independently
prach_copy = driver.source.bb.eutra.uplink.prach.clone()

Subgroups