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