Duration
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:DURation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) DrsDuration[source]
# [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:DURation value: enums.DrsDuration = driver.source.bb.eutra.downlink.drs.cell.duration.get(cellNull = repcap.CellNull.Default)
Sets the DRS duration.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
drs_duration: DUR1 | DUR2 | DUR3 | DUR4 | DUR5 DUR1 For LAA SCells, the DRS is always 1 ms long DUR2 | DUR3 | DUR4 | DUR5 In FDD mode, sets duration of 2 ms to 5 ms
- set(drs_duration: DrsDuration, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:DURation driver.source.bb.eutra.downlink.drs.cell.duration.set(drs_duration = enums.DrsDuration.DUR1, cellNull = repcap.CellNull.Default)
Sets the DRS duration.
- Parameters:
drs_duration – DUR1 | DUR2 | DUR3 | DUR4 | DUR5 DUR1 For LAA SCells, the DRS is always 1 ms long DUR2 | DUR3 | DUR4 | DUR5 In FDD mode, sets duration of 2 ms to 5 ms
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)