Scheme
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:SCHeme
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) V5GdlpRecMultAntScheme[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:SCHeme value: enums.V5GdlpRecMultAntScheme = driver.source.bb.v5G.downlink.subf.alloc.precoding.scheme.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Selects the precoding scheme for , , and allocations.
- 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:
scheme: NONE | SMUX | TXD None, spatial multiplexing, TX diversity
- set(scheme: V5GdlpRecMultAntScheme, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:SCHeme driver.source.bb.v5G.downlink.subf.alloc.precoding.scheme.set(scheme = enums.V5GdlpRecMultAntScheme.BF, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Selects the precoding scheme for , , and allocations.
- Parameters:
scheme – NONE | SMUX | TXD None, spatial multiplexing, TX diversity
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’)