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: 5Subgroups: 1Direct 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()
No help available
- get_port() int[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:PORT value: int = driver.source.bb.nr5G.hfb.ethernet.ipAddress.get_port()
No help available
- get_protocol() Nr5GethnertProtocol[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:PROTocol value: enums.Nr5GethnertProtocol = driver.source.bb.nr5G.hfb.ethernet.ipAddress.get_protocol()
No help available
- get_value() bytes[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress value: bytes = driver.source.bb.nr5G.hfb.ethernet.ipAddress.get_value()
No help available
- set_mode(eth_mode: EthernetMode) None[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:MODE driver.source.bb.nr5G.hfb.ethernet.ipAddress.set_mode(eth_mode = enums.EthernetMode.AUTO)
No help available
- set_port(eth_port: int) None[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:PORT driver.source.bb.nr5G.hfb.ethernet.ipAddress.set_port(eth_port = 1)
No help available
- set_protocol(eth_protocol: Nr5GethnertProtocol) None[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:PROTocol driver.source.bb.nr5G.hfb.ethernet.ipAddress.set_protocol(eth_protocol = enums.Nr5GethnertProtocol.TCP)
No help available
- set_value(nr_5_gethernet_ip_address: bytes) None[source]
# [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress driver.source.bb.nr5G.hfb.ethernet.ipAddress.set_value(nr_5_gethernet_ip_address = b'ABCDEFGH')
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
ipAddress_copy = driver.source.bb.nr5G.hfb.ethernet.ipAddress.clone()
Subgroups