DaFormat
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:DAFormat
- class DaFormatCls[source]
DaFormat commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) RsSmw.enums.CoordMapMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:DAFormat value: enums.CoordMapMode = driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.daFormat.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)
Switches between the Cartesian (Real/Imag.) and Cylindrical (Magn./Phase) coordinates representation.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- param codeword
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)
- return
data_format: CARTesian| CYLindrical
- set(data_format: RsSmw.enums.CoordMapMode, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:DAFormat driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.daFormat.set(data_format = enums.CoordMapMode.CARTesian, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)
Switches between the Cartesian (Real/Imag.) and Cylindrical (Magn./Phase) coordinates representation.
- param data_format
CARTesian| CYLindrical
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- param codeword
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)