Duration
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PHICh:DURation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) EuTraDuration[source]
# [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.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
duration: NORMal | EXTended NORMal The first OFDM symbol is allocated EXTended The first three OFDM symbols are allocated.
- set(duration: EuTraDuration, cellNull=CellNull.Default) None[source]
# [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.
- Parameters:
duration – NORMal | EXTended NORMal The first OFDM symbol is allocated EXTended The first three OFDM symbols are allocated.
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)