Subnet

SCPI Command :

[SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:SUBNet:MASK
class SubnetCls[source]

Subnet commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_mask() bytes[source]
# SCPI: [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:SUBNet:MASK
value: bytes = driver.source.bb.nr5G.hfb.ethernet.ipAddress.subnet.get_mask()
Defines the subnet mask 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:

nr_5_gethernet_sub_net_mask: No help available

set_mask(nr_5_gethernet_sub_net_mask: bytes) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:HFB:ETHernet:IPADdress:SUBNet:MASK
driver.source.bb.nr5G.hfb.ethernet.ipAddress.subnet.set_mask(nr_5_gethernet_sub_net_mask = b'ABCDEFGH')
Defines the subnet mask 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) .

param nr_5_gethernet_sub_net_mask:

No help available