Ccconf

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:CCODe:CCConf
class CcconfCls[source]

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

class CcconfStruct[source]

Response structure. Fields:

  • Code_Digit: str: string Country code as string

  • First_Channel: int: integer First in the range of allowed channels Range: 0 to 255

  • Nb_Of_Channels: int: integer Number of allowed channels Range: 0 to 255

  • Max_Tx_Power: int: integer Maximum transmit power Range: -40 dBm to 40 dBm, Unit: dBm

get() CcconfStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:CCODe:CCConf
value: CcconfStruct = driver.configure.connection.ccode.ccconf.get()

Sets the regulatory domain information to be transmitted in beacon frames. To enable the transmission, see method RsCmwWlanSig.Configure.Connection.Ccode.ccState.

return:

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

set(code_digit: str, first_channel: int, nb_of_channels: int, max_tx_power: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:CCODe:CCConf
driver.configure.connection.ccode.ccconf.set(code_digit = 'abc', first_channel = 1, nb_of_channels = 1, max_tx_power = 1)

Sets the regulatory domain information to be transmitted in beacon frames. To enable the transmission, see method RsCmwWlanSig.Configure.Connection.Ccode.ccState.

param code_digit:

string Country code as string

param first_channel:

integer First in the range of allowed channels Range: 0 to 255

param nb_of_channels:

integer Number of allowed channels Range: 0 to 255

param max_tx_power:

integer Maximum transmit power Range: -40 dBm to 40 dBm, Unit: dBm