Hostname
SCPI Command :
SYNChronize:DEVice<*>:COMMunicate:NET[:HOSTname]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(device=Device.Default) str[source]
# SYNChronize:DEVice<*>:COMMunicate:NET[:HOSTname] value: str = driver.synchronize.device.communicate.net.hostname.get(device = repcap.Device.Default)
Sets the IP address or the host name for the specified oscilloscope.
- Parameters:
device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)
- Returns:
hostname: String with the IP address or host name
- set(hostname: str, device=Device.Default) None[source]
# SYNChronize:DEVice<*>:COMMunicate:NET[:HOSTname] driver.synchronize.device.communicate.net.hostname.set(hostname = 'abc', device = repcap.Device.Default)
Sets the IP address or the host name for the specified oscilloscope.
- Parameters:
hostname – String with the IP address or host name
device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)