Cmw

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:CMW
class CmwCls[source]

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

class CmwStruct[source]

Response structure. Fields:

  • First: int: No parameter help available

  • Sec: int: No parameter help available

  • Third: int: No parameter help available

  • Fourth: int: No parameter help available

get() CmwStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:CMW
value: CmwStruct = driver.configure.ipvFour.static.ipAddress.cmw.get()

Defines the static IP V4 address of the R&S CMW. The setting is relevant for instruments without a DAU.

return:

structure: for return value, see the help for CmwStruct structure arguments.

set(first: int, sec: int, third: int, fourth: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:CMW
driver.configure.ipvFour.static.ipAddress.cmw.set(first = 1, sec = 1, third = 1, fourth = 1)

Defines the static IP V4 address of the R&S CMW. The setting is relevant for instruments without a DAU.

param first:

No help available

param sec:

No help available

param third:

No help available

param fourth:

No help available