MapCoordinates

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MAPCoordinates
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) CoordMapMode[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MAPCoordinates
value: enums.CoordMapMode = driver.source.bb.eutra.downlink.user.apm.mapCoordinates.get(userIx = repcap.UserIx.Default)

Switches between the Cartesian (Real/Imag.) and Cylindrical (Magn./Phase) coordinates representation.

Parameters:

userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

Returns:

map_coord: CARTesian | CYLindrical

set(map_coord: CoordMapMode, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MAPCoordinates
driver.source.bb.eutra.downlink.user.apm.mapCoordinates.set(map_coord = enums.CoordMapMode.CARTesian, userIx = repcap.UserIx.Default)

Switches between the Cartesian (Real/Imag.) and Cylindrical (Magn./Phase) coordinates representation.

Parameters:
  • map_coord – CARTesian | CYLindrical

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)