Duration
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PHICh:DURation
- class DurationCls[source]
Duration commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) RsSmbv.enums.EuTraDuration [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PHICh:DURation value: enums.EuTraDuration = driver.source.bb.eutra.downlink.ca.cell.phich.duration.get(cellNull = repcap.CellNull.Default)
Sets the PHICH duration and defines the allocation of the PHICH resource element groups over the OFDM symbols.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
duration: NORMal| EXTended NORMal The first OFDM symbol is allocated EXTended The first three OFDM symbols are allocated.
- set(duration: RsSmbv.enums.EuTraDuration, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PHICh:DURation driver.source.bb.eutra.downlink.ca.cell.phich.duration.set(duration = enums.EuTraDuration.EXTended, cellNull = repcap.CellNull.Default)
Sets the PHICH duration and defines the allocation of the PHICH resource element groups over the OFDM symbols.
- param duration
NORMal| EXTended NORMal The first OFDM symbol is allocated EXTended The first three OFDM symbols are allocated.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)