MapCoordinates
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:USER<CH>:APM:MAPCoordinates
- class MapCoordinatesCls[source]
MapCoordinates commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) RsSmw.enums.CoordMapMode [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:APM:MAPCoordinates value: enums.CoordMapMode = driver.source.bb.v5G.downlink.user.apm.mapCoordinates.get(userIx = repcap.UserIx.Default)
Switches between the Cartesian (real/imaginary) and cylindrical (magnitude/phase) coordinates representation.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
map_coord: CARTesian| CYLindrical
- set(map_coord: RsSmw.enums.CoordMapMode, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:APM:MAPCoordinates driver.source.bb.v5G.downlink.user.apm.mapCoordinates.set(map_coord = enums.CoordMapMode.CARTesian, userIx = repcap.UserIx.Default)
Switches between the Cartesian (real/imaginary) and cylindrical (magnitude/phase) coordinates representation.
- param map_coord
CARTesian| CYLindrical
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)