Uconfig
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:UCONfig:USID
- class UconfigCls[source]
Uconfig commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get_us_id() int [source]
# SCPI: [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) .
- return:
usr_state_id: integer Range: 1 to 2047
- set_us_id(usr_state_id: int) None [source]
# SCPI: [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) .
- param usr_state_id:
integer Range: 1 to 2047
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlay.pconfig.uconfig.clone()
Subgroups