SrsRequest

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:SRSRequest
class SrsRequestCls[source]

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

get(allocationNull=AllocationNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:SRSRequest
value: bool = driver.source.bb.eutra.downlink.emtc.dci.alloc.srsRequest.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field SRS request.

param allocationNull

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

return

dci_srs_request: 1| ON| 0| OFF

set(dci_srs_request: bool, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:SRSRequest
driver.source.bb.eutra.downlink.emtc.dci.alloc.srsRequest.set(dci_srs_request = False, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field SRS request.

param dci_srs_request

1| ON| 0| OFF

param allocationNull

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