DaFormat
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:DAFormat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) CoordMapMode[source]
# [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.
- 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’)
codeword – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)
- Returns:
data_format: CARTesian | CYLindrical
- set(data_format: CoordMapMode, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None[source]
# [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.
- Parameters:
data_format – CARTesian | CYLindrical
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’)
codeword – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)