DaFormat

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:DAFormat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) CoordMapMode[source]
# [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.

Parameters:

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

Returns:

coord_map_mode: CARTesian | CYLindrical

set(coord_map_mode: CoordMapMode, allocationNull=AllocationNull.Default) None[source]
# [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.

Parameters:
  • coord_map_mode – CARTesian | CYLindrical

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