Niot

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:PFMT
class NiotCls[source]

Niot commands group definition. 6 total commands, 1 Subgroups, 1 group commands

get_pfmt() RsSmbv.enums.EutraPracNbiotPreambleFormat[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:PFMT
value: enums.EutraPracNbiotPreambleFormat = driver.source.bb.eutra.uplink.prach.niot.get_pfmt()

Select the preamble format.

return

preamble_format: F0| F1 | 0| 1 | F2| F0A| F1A 0|1 backward compatibility; use F0|F1 instead.

set_pfmt(preamble_format: RsSmbv.enums.EutraPracNbiotPreambleFormat) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:PFMT
driver.source.bb.eutra.uplink.prach.niot.set_pfmt(preamble_format = enums.EutraPracNbiotPreambleFormat._0)

Select the preamble format.

param preamble_format

F0| F1 | 0| 1 | F2| F0A| F1A 0|1 backward compatibility; use F0|F1 instead.

Cloning the Group

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

Subgroups