Network

SCPI Command :

[SOURce<HW>]:BB:ATSM:NETWork:ID
class NetworkCls[source]

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

get_id() int[source]
# SCPI: [SOURce<HW>]:BB:ATSM:NETWork:ID
value: int = driver.source.bb.atsm.network.get_id()

Sets the network ID for the watermark. The network ID is a three-digit value in hexadecimal format.

return:

netw_id: integer Range: 0 to 4095

set_id(netw_id: int) None[source]
# SCPI: [SOURce<HW>]:BB:ATSM:NETWork:ID
driver.source.bb.atsm.network.set_id(netw_id = 1)

Sets the network ID for the watermark. The network ID is a three-digit value in hexadecimal format.

param netw_id:

integer Range: 0 to 4095