Uconfig
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:UCONfig:USID
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get_us_id() int[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:UCONfig:USID value: int = driver.source.bb.wlay.pconfig.uconfig.get_us_id()
Sets the station ID, the 11 least significant bits of the association identifier (AID) .
- Returns:
usr_state_id: integer Range: 1 to 2047
- set_us_id(usr_state_id: int) None[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:UCONfig:USID driver.source.bb.wlay.pconfig.uconfig.set_us_id(usr_state_id = 1)
Sets the station ID, the 11 least significant bits of the association identifier (AID) .
- Parameters:
usr_state_id – integer Range: 1 to 2047
Cloning the Group
# Create a copy of the original group, that exists independently
uconfig_copy = driver.source.bb.wlay.pconfig.uconfig.clone()
Subgroups