Nr5G

SCPI Commands :

[SOURce<HW>]:BB:NR5G:LINK
[SOURce<HW>]:BB:NR5G:MAPCoord
[SOURce]:BB:NR5G:PLVersion
[SOURce<HW>]:BB:NR5G:PRESet
[SOURce<HW>]:BB:NR5G:SIMPle
[SOURce<HW>]:BB:NR5G:STATe
[SOURce<HW>]:BB:NR5G:VERSion
Commands in total: 1473
Subgroups: 28
Direct child commands: 7
get_link() LinkDir2[source]
# [SOURce<HW>]:BB:NR5G:LINK
value: enums.LinkDir2 = driver.source.bb.nr5G.get_link()

Selects the transmission direction.

Returns:

link_dir: DOWN | SIDE | UP DOWN Selects downlink direction. SIDE Selects sidelink direction. Requires Option: R&S SMW-K170 UP Selects downlink direction.

get_map_coord() CoordMapMode[source]
# [SOURce<HW>]:BB:NR5G:MAPCoord
value: enums.CoordMapMode = driver.source.bb.nr5G.get_map_coord()

No help available

get_pl_version() str[source]
# [SOURce]:BB:NR5G:PLVersion
value: str = driver.source.bb.nr5G.get_pl_version()

Queries the installed version of the 5G New Radio application.

Returns:

plugin_version: string

get_simple() bool[source]
# [SOURce<HW>]:BB:NR5G:SIMPle
value: bool = driver.source.bb.nr5G.get_simple()

Turns the simple mode of the user interface on and off.

Returns:

state: 1 | ON | 0| OFF

get_state() bool[source]
# [SOURce<HW>]:BB:NR5G:STATe
value: bool = driver.source.bb.nr5G.get_state()

Enables the baseband signal application and disables all the other baseband signal applications in the same signal path.

Returns:

state: 1 | ON | 0| OFF

get_version() str[source]
# [SOURce<HW>]:BB:NR5G:VERSion
value: str = driver.source.bb.nr5G.get_version()

Queries the version of the 3GPP standard underlying the definitions.

Returns:

version: string

preset() None[source]
# [SOURce<HW>]:BB:NR5G:PRESet
driver.source.bb.nr5G.preset()

Sets all parameters of the application to their default values. These values are the *RST values of the commands of the application.

preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:BB:NR5G:PRESet
driver.source.bb.nr5G.preset_with_opc()

Sets all parameters of the application to their default values. These values are the *RST values of the commands of the application.

Same as preset, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

# Create a copy of the original group, that exists independently
nr5G_copy = driver.source.bb.nr5G.clone()

Subgroups