Ntp

SCPI Command :

SYSTem:NTP:HOSTname
class NtpCls[source]

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

get_hostname() str[source]
# SCPI: SYSTem:NTP:HOSTname
value: str = driver.system.ntp.get_hostname()

Sets the address of the NTP server. You can enter the IP address, or the hostname of the time server, or even set up an own vendor zone. See the Internet for more information on NTP.

return

ntp_name: string

set_hostname(ntp_name: str) None[source]
# SCPI: SYSTem:NTP:HOSTname
driver.system.ntp.set_hostname(ntp_name = 'abc')

Sets the address of the NTP server. You can enter the IP address, or the hostname of the time server, or even set up an own vendor zone. See the Internet for more information on NTP.

param ntp_name

string