Emtc

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:HOFF
[SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:RSET
Commands in total: 7
Subgroups: 1
Direct child commands: 2
get_hoff() int[source]
# [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) .

Returns:

hopping_offset: integer Range: 1 to 110

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

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_hoff(hopping_offset: int) None[source]
# [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) .

Parameters:

hopping_offset – integer Range: 1 to 110

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

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
emtc_copy = driver.source.bb.eutra.uplink.prach.emtc.clone()

Subgroups