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]:BB:NR5G:VERSion
- class Nr5GCls[source]
Nr5G commands group definition. 1461 total commands, 27 Subgroups, 7 group commands
- get_link() RsSmw.enums.LinkDir2 [source]
# SCPI: [SOURce<HW>]:BB:NR5G:LINK value: enums.LinkDir2 = driver.source.bb.nr5G.get_link()
Selects the transmission direction.
- return
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() RsSmw.enums.CoordMapMode [source]
# SCPI: [SOURce<HW>]:BB:NR5G:MAPCoord value: enums.CoordMapMode = driver.source.bb.nr5G.get_map_coord()
No command help available
- return
coord_map_mode: No help available
- get_pl_version() str [source]
# SCPI: [SOURce]:BB:NR5G:PLVersion value: str = driver.source.bb.nr5G.get_pl_version()
Queries the installed version of the 5G New Radio application.
- return
plugin_version: string
- get_simple() bool [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SIMPle value: bool = driver.source.bb.nr5G.get_simple()
Turns the simple mode of the user interface on and off.
- return
state: 1| ON| 0| OFF
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:NR5G:STATe value: bool = driver.source.bb.nr5G.get_state()
Activates the standard and deactivates all the other digital standards and digital modulation modes in the same path.
- return
state: 1| ON| 0| OFF
- get_version() str [source]
# SCPI: [SOURce]:BB:NR5G:VERSion value: str = driver.source.bb.nr5G.get_version()
Queries the version of the 3GPP standard underlying the definitions.
- return
version: string
- preset() None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:PRESet driver.source.bb.nr5G.preset()
Sets the parameters of the digital standard to their default values (*RST values specified for the commands) . Not affected is the state set with the command SOURce<hw>:BB:NR5G:STATe.
- preset_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:PRESet driver.source.bb.nr5G.preset_with_opc()
Sets the parameters of the digital standard to their default values (*RST values specified for the commands) . Not affected is the state set with the command SOURce<hw>:BB:NR5G:STATe.
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.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.
- set_link(link_dir: RsSmw.enums.LinkDir2) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:LINK driver.source.bb.nr5G.set_link(link_dir = enums.LinkDir2.DOWN)
Selects the transmission direction.
- param link_dir
DOWN | SIDE | UP DOWN Selects downlink direction. SIDE Selects sidelink direction. Requires Option: R&S SMW-K170 UP Selects downlink direction.
- set_map_coord(coord_map_mode: RsSmw.enums.CoordMapMode) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:MAPCoord driver.source.bb.nr5G.set_map_coord(coord_map_mode = enums.CoordMapMode.CARTesian)
No command help available
- param coord_map_mode
No help available
- set_simple(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SIMPle driver.source.bb.nr5G.set_simple(state = False)
Turns the simple mode of the user interface on and off.
- param state
1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:STATe driver.source.bb.nr5G.set_state(state = False)
Activates the standard and deactivates all the other digital standards and digital modulation modes in the same path.
- param state
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.nr5G.clone()
Subgroups
- Analyzer
- Cbwx
- Clock
- Feature
- Fmode
- Hfb
- K145
- K148
- K171
- K175
- K548
- K81
- LogGen
- Node
- CarMapping
- Cc
- Cell<CellNull>
- RfPhase
- Nsmod
- Output
- Qckset
- Sanity
- Scheduling
- Setting
- SymbolRate
- Tcw
- TdWind
- Trigger
- Ubwp
- Uplane
- Waveform