Subnet

SCPI Command:

SYSTem:COMMunicate:NET:SUBNet:MASK
class SubnetCls[source]

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

get_mask() List[str][source]
# SCPI: SYSTem:COMMunicate:NET:SUBNet:MASK
value: List[str] = driver.system.communicate.net.subnet.get_mask()

Defines the subnet masks to be used for the network adapter. The configuration is only possible if DHCP is disabled. A query returns the currently used subnet masks, irrespective of whether they have been assigned manually or via DHCP.

return:

subnet_mask: No help available

set_mask(subnet_mask: List[str]) None[source]
# SCPI: SYSTem:COMMunicate:NET:SUBNet:MASK
driver.system.communicate.net.subnet.set_mask(subnet_mask = ['1', '2', '3'])

Defines the subnet masks to be used for the network adapter. The configuration is only possible if DHCP is disabled. A query returns the currently used subnet masks, irrespective of whether they have been assigned manually or via DHCP.

param subnet_mask:

String parameter, subnet mask consisting of four blocks separated by dots Several strings separated by commas can be entered, or several masks separated by commas can be included in one string.