Port

SCPI Command :

[SOURce<HW>]:BB:INPut:IP<CH>:PORT
class PortCls[source]

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

get(ipVersion=IpVersion.Default) int[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:PORT
value: int = driver.source.bb.inputPy.ip.port.get(ipVersion = repcap.IpVersion.Default)

Sets the port of the input IP data at the ‘IP Data’ connector.

param ipVersion:

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

return:

port: integer Range: 0 to 65535

set(port: int, ipVersion=IpVersion.Default) None[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:PORT
driver.source.bb.inputPy.ip.port.set(port = 1, ipVersion = repcap.IpVersion.Default)

Sets the port of the input IP data at the ‘IP Data’ connector.

param port:

integer Range: 0 to 65535

param ipVersion:

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