Udp

SCPI Commands

CONFigure:DATA:CONTrol:UDP:CLOSe
class Udp[source]

Udp commands group definition. 3 total commands, 2 Sub-groups, 1 group commands

close(ip_address: str, port: int)None[source]
# SCPI: CONFigure:DATA:CONTrol:UDP:CLOSe
driver.configure.data.control.udp.close(ip_address = '1', port = 1)

No command help available

param ip_address

No help available

param port

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.data.control.udp.clone()

Subgroups