Ethernet
SCPI Command :
[SOURce<HW>]:BB:NR5G:HFB:ETHernet:HOSTname
- Commands in total: 6Subgroups: 1Direct child commands: 1
- get_hostname() str[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:HOSTname value: str = driver.source.bb.nr5G.hfb.ethernet.get_hostname()
Returns the hostname of the baseband board that real-time feedback uses. Prerequisites for this command
Select Ethernet feedback mode (method
RsSmw.source.bb.nr5G.hfb.mode()) .
- Returns:
eth_hostname: string
Cloning the Group
# Create a copy of the original group, that exists independently
ethernet_copy = driver.source.bb.nr5G.hfb.ethernet.clone()
Subgroups