Duration

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:DRS:CELL<CH0>:DURation
class DurationCls[source]

Duration commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cellNull=CellNull.Default) RsSmw.enums.DrsDuration[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:DRS:CELL<CH0>:DURation
value: enums.DrsDuration = driver.source.bb.v5G.downlink.drs.cell.duration.get(cellNull = repcap.CellNull.Default)

No command help available

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

return

drs_duration: No help available

set(drs_duration: RsSmw.enums.DrsDuration, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:DRS:CELL<CH0>:DURation
driver.source.bb.v5G.downlink.drs.cell.duration.set(drs_duration = enums.DrsDuration.DUR1, cellNull = repcap.CellNull.Default)

No command help available

param drs_duration

No help available

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)