XpStart

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:DCIConf:XPSTart
class XpStartCls[source]

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

get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) RsSmw.enums.SubType[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:DCIConf:XPSTart
value: enums.SubType = driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.item.dciConf.xpStart.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

Sets the DCI format field xPDSCH start.

param subframeNull

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

param itemNull

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

return

dci_xpdsch_start: S1| S2 S1: second symbol S2: third symbol

set(dci_xpdsch_start: RsSmw.enums.SubType, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:DCIConf:XPSTart
driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.item.dciConf.xpStart.set(dci_xpdsch_start = enums.SubType.S1, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

Sets the DCI format field xPDSCH start.

param dci_xpdsch_start

S1| S2 S1: second symbol S2: third symbol

param subframeNull

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

param itemNull

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