Ethernet

SCPI Command :

[SOURce<HW>]:BB:NR5G:HFB:ETHernet:HOSTname
class EthernetCls[source]

Ethernet commands group definition. 6 total commands, 1 Subgroups, 1 group commands

get_hostname() str[source]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Select Ethernet feedback mode ([:SOURce<hw>]:BB:NR5G:HFB:MODE) .

return:

eth_hostname: string

Cloning the Group

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

Subgroups