Ccode

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:CCODe:CCSTate
class CcodeCls[source]

Ccode commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_cc_state() EnableState[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:CCODe:CCSTate
value: enums.EnableState = driver.configure.connection.ccode.get_cc_state()

Enables/disables the broadcast of regulatory domain information in beacon frames.

return:

state: DISable | ENABle

set_cc_state(state: EnableState) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:CCODe:CCSTate
driver.configure.connection.ccode.set_cc_state(state = enums.EnableState.DISable)

Enables/disables the broadcast of regulatory domain information in beacon frames.

param state:

DISable | ENABle

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.ccode.clone()

Subgroups