XpStart
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:DCIConf:XPSTart
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) SubType[source]
# [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.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)
- Returns:
dci_xpdsch_start: S1 | S2 S1: second symbol S2: third symbol
- set(dci_xpdsch_start: SubType, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# [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.
- Parameters:
dci_xpdsch_start – S1 | S2 S1: second symbol S2: third symbol
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)