Emtc

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:HOFF
[SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:RSET
class EmtcCls[source]

Emtc commands group definition. 7 total commands, 1 Subgroups, 2 group commands

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

Sets a PRACH hopping offset as number of resource blocks (RB) .

return

hopping_offset: integer Range: 1 to 110

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

Enables using the restricted 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_hoff(hopping_offset: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:HOFF
driver.source.bb.eutra.uplink.prach.emtc.set_hoff(hopping_offset = 1)

Sets a PRACH hopping offset as number of resource blocks (RB) .

param hopping_offset

integer Range: 1 to 110

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

Enables using the restricted 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.emtc.clone()

Subgroups