Ping

SCPI Command :

[SOURce<HW>]:BB:INPut:IP<CH>:IGMP:[SOURce]:PING
class PingCls[source]

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

set(ipVersion=IpVersion.Default) None[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:IGMP:[SOURce]:PING
driver.source.bb.inputPy.ip.igmp.source.ping.set(ipVersion = repcap.IpVersion.Default)

Triggers pinging of the IGMP source address in the local IP data network. Query the result via [:SOURce<hw>]:BB:INPut:IP<ch>:IGMP[:SOURce]:RESult?.

param ipVersion:

optional repeated capability selector. Default value: Nr4 (settable in the interface ‘Ip’)

set_with_opc(ipVersion=IpVersion.Default, opc_timeout_ms: int = -1) None[source]