Data
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) V5GdlDataSourceUser[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:DATA value: enums.V5GdlDataSourceUser = driver.source.bb.v5G.downlink.subf.alloc.data.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the data source for the selected allocation.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
data: MIB | XPDCch USERx Assign a user to the xPDSCH allocation. Specify the data source of the user via: method
RsSmw.source.bb.v5G.downlink.user.data.set()MIB (Result parameter) Indicates that the xPBCH transmits master information blocks. XPDCch (Result parameter) Indicates the connection type xPDCCH.
- set(data: V5GdlDataSourceUser, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:DATA driver.source.bb.v5G.downlink.subf.alloc.data.set(data = enums.V5GdlDataSourceUser.DLISt, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the data source for the selected allocation.
- Parameters:
data – MIB | XPDCch USERx Assign a user to the xPDSCH allocation. Specify the data source of the user via: method
RsSmw.source.bb.v5G.downlink.user.data.set()MIB (Result parameter) Indicates that the xPBCH transmits master information blocks. XPDCch (Result parameter) Indicates the connection type xPDCCH.subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)