Network

SCPI Command :

[SOURce<HW>]:EFRontend:NETWork
class NetworkCls[source]

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

class NetworkStruct[source]

Response structure. Fields:

  • Ip_Address: str: string IP address of the external frontend

  • Subnet_Mask: str: string Bit group of the subnet in the host identifier

  • Dhcp_On: int: integer DHCP state Range: 0 to 1

get() NetworkStruct[source]
# SCPI: [SOURce<HW>]:EFRontend:NETWork
value: NetworkStruct = driver.source.efrontend.network.get()

Sets network parameters of the external frontend.

return

structure: for return value, see the help for NetworkStruct structure arguments.

set(ip_address: str, subnet_mask: str, dhcp_on: int) None[source]
# SCPI: [SOURce<HW>]:EFRontend:NETWork
driver.source.efrontend.network.set(ip_address = 'abc', subnet_mask = 'abc', dhcp_on = 1)

Sets network parameters of the external frontend.

param ip_address

string IP address of the external frontend

param subnet_mask

string Bit group of the subnet in the host identifier

param dhcp_on

integer DHCP state Range: 0 to 1