Niot
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:PFMT
- Commands in total: 6Subgroups: 1Direct child commands: 1
- get_pfmt() EutraPracNbiotPreambleFormat[source]
# [SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:PFMT value: enums.EutraPracNbiotPreambleFormat = driver.source.bb.eutra.uplink.prach.niot.get_pfmt()
Select the preamble format.
- Returns:
preamble_format: F0 | F1 | 0| 1 | F2 | F0A | F1A 0 | 1 backward compatibility; use F0 | F1 instead.
- set_pfmt(preamble_format: EutraPracNbiotPreambleFormat) None[source]
# [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.
- Parameters:
preamble_format – F0 | F1 | 0| 1 | F2 | F0A | F1A 0 | 1 backward compatibility; use F0 | F1 instead.
Cloning the Group
# Create a copy of the original group, that exists independently
niot_copy = driver.source.bb.eutra.uplink.prach.niot.clone()
Subgroups