DaFormat

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:DAFormat
class DaFormatCls[source]

DaFormat commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(allocationNull=AllocationNull.Default) CoordMapMode[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:DAFormat
value: enums.CoordMapMode = driver.source.bb.eutra.downlink.emtc.alloc.precoding.daFormat.get(allocationNull = repcap.AllocationNull.Default)

Switches between the cartesian and cylindrical coordinates representation.

param allocationNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

return:

coord_map_mode: CARTesian| CYLindrical

set(coord_map_mode: CoordMapMode, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:DAFormat
driver.source.bb.eutra.downlink.emtc.alloc.precoding.daFormat.set(coord_map_mode = enums.CoordMapMode.CARTesian, allocationNull = repcap.AllocationNull.Default)

Switches between the cartesian and cylindrical coordinates representation.

param coord_map_mode:

CARTesian| CYLindrical

param allocationNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)