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()

Manually defines the subnet masks to be used for the network adapter IPv4 addresses. A query returns the currently used subnet masks, irrespective of whether they have been assigned manually or via DHCP.

return:

subnet_masks: No help available

set_mask(subnet_masks: List[str]) None[source]
# SCPI: SYSTem:COMMunicate:NET:SUBNet:MASK
driver.system.communicate.net.subnet.set_mask(subnet_masks = ['abc1', 'abc2', 'abc3'])

Manually defines the subnet masks to be used for the network adapter IPv4 addresses. A query returns the currently used subnet masks, irrespective of whether they have been assigned manually or via DHCP.

param subnet_masks:

IPv4 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.