Network

SCPI Command :

[SOURce<HW>]:EFRontend:NETWork
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class NetworkStruct[source]

Response structure. Fields:

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

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

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

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

Sets network parameters of the external frontend.

Returns:

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

set(ip_address: str, subnet_mask: str, dhcp_on: int) None[source]
# [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.

Parameters:
  • ip_address – string IP address of the external frontend

  • subnet_mask – string Bit group of the subnet in the host identifier

  • dhcp_on – integer DHCP state Range: 0 to 1