Measurement

SCPI Commands

CONFigure:DATA:MEASurement:IPConn
class Measurement[source]

Measurement commands group definition. 117 total commands, 12 Sub-groups, 1 group commands

get_ip_connect()bool[source]
# SCPI: CONFigure:DATA:MEASurement:IPConn
value: bool = driver.configure.data.measurement.get_ip_connect()

No command help available

return

ip_on: No help available

set_ip_connect(ip_on: bool)None[source]
# SCPI: CONFigure:DATA:MEASurement:IPConn
driver.configure.data.measurement.set_ip_connect(ip_on = False)

No command help available

param ip_on

No help available

Cloning the Group

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

Subgroups