IpAddress

SCPI Commands :

[SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:MODE
[SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:PORT
[SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:PROTocol
[SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress
Commands in total: 5
Subgroups: 1
Direct child commands: 4
get_mode() EthernetMode[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:MODE
value: enums.EthernetMode = driver.source.bb.nr5G.hfb.ethernet.ipAddress.get_mode()

Shows the type of IP address that real-time feedback uses. Prerequisites for this command

  • Select Ethernet feedback mode (method RsSmw.source.bb.nr5G.hfb.mode() ) .

Returns:

eth_mode: STAT Static IP address.

get_port() int[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:PORT
value: int = driver.source.bb.nr5G.hfb.ethernet.ipAddress.get_port()

Defines the network port that real-time feedback uses. Prerequisites for this command

  • Select Ethernet feedback mode (method RsSmw.source.bb.nr5G.hfb.mode() ) .

get_protocol() NetProtocol[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:PROTocol
value: enums.NetProtocol = driver.source.bb.nr5G.hfb.ethernet.ipAddress.get_protocol()

Shows the type of IP protocol that real-time feedback uses. Prerequisites for this command

  • Select Ethernet feedback mode (method RsSmw.source.bb.nr5G.hfb.mode() ) .

Returns:

eth_protocol: TCP TCP protocol.

get_value() bytes[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress
value: bytes = driver.source.bb.nr5G.hfb.ethernet.ipAddress.get_value()

Defines the IP address of the baseband board that real-time feedback uses. Prerequisites for this command

  • Select Ethernet feedback mode (method RsSmw.source.bb.nr5G.hfb.mode() ) .

Cloning the Group

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

Subgroups