Pconfig

SCPI Commands :

[SOURce<HW>]:BB:WLAY:PCONfig:BSBNumber
[SOURce<HW>]:BB:WLAY:PCONfig:CSDState
[SOURce<HW>]:BB:WLAY:PCONfig:SSNumber
[SOURce<HW>]:BB:WLAY:PCONfig:TRAGgregate
[SOURce<HW>]:BB:WLAY:PCONfig:USRNumber
class PconfigCls[source]

Pconfig commands group definition. 32 total commands, 5 Subgroups, 5 group commands

get_bsb_number() int[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:BSBNumber
value: int = driver.source.bb.wlay.pconfig.get_bsb_number()

Sets the minimum duration of data.

return

brp_min_sc_blk_num: integer Range: 1 to 18

get_csd_state() bool[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:CSDState
value: bool = driver.source.bb.wlay.pconfig.get_csd_state()

Activates cyclic shift diversity (CSD) .

return

csd_state: 1| ON| 0| OFF

get_ss_number() int[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:SSNumber
value: int = driver.source.bb.wlay.pconfig.get_ss_number()

Queries the number of spatial streams.

return

ss_num: integer Range: 1 to 8

get_traggregate() RsSmw.enums.WlanadTrnAggregate[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:TRAGgregate
value: enums.WlanadTrnAggregate = driver.source.bb.wlay.pconfig.get_traggregate()

Sets the training (TRN) aggregation mode. The modes are defined by the 1-bit TRN Aggregation field of the EDMG-Header-A2 subfield.

return

trn_aggregate: WB| ATRN WB WidebandTRN TRN Aggregation field is 0. The bandwidth (BW) field specifies that the TRN field of the PPDU is appended on a 2.16 GHz, 4.32 GHz, 6.48 GHz, or 8.64 GHz channel. ATRN AggregationTRN TRN Aggregation field is 1. The BW field specifies that the TRN field is transmitted over a 2.16+2.16 GHz or 4.32+4.32 GHz channel.

get_usr_number() int[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:USRNumber
value: int = driver.source.bb.wlay.pconfig.get_usr_number()

Queries the number of users. The maximum number of users equals the maximum number of spatial streams that is 8.

return

usr_num: integer Range: 1 to 8

set_bsb_number(brp_min_sc_blk_num: int) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:BSBNumber
driver.source.bb.wlay.pconfig.set_bsb_number(brp_min_sc_blk_num = 1)

Sets the minimum duration of data.

param brp_min_sc_blk_num

integer Range: 1 to 18

set_csd_state(csd_state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:CSDState
driver.source.bb.wlay.pconfig.set_csd_state(csd_state = False)

Activates cyclic shift diversity (CSD) .

param csd_state

1| ON| 0| OFF

set_ss_number(ss_num: int) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:SSNumber
driver.source.bb.wlay.pconfig.set_ss_number(ss_num = 1)

Queries the number of spatial streams.

param ss_num

integer Range: 1 to 8

set_traggregate(trn_aggregate: RsSmw.enums.WlanadTrnAggregate) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:TRAGgregate
driver.source.bb.wlay.pconfig.set_traggregate(trn_aggregate = enums.WlanadTrnAggregate.ATRN)

Sets the training (TRN) aggregation mode. The modes are defined by the 1-bit TRN Aggregation field of the EDMG-Header-A2 subfield.

param trn_aggregate

WB| ATRN WB WidebandTRN TRN Aggregation field is 0. The bandwidth (BW) field specifies that the TRN field of the PPDU is appended on a 2.16 GHz, 4.32 GHz, 6.48 GHz, or 8.64 GHz channel. ATRN AggregationTRN TRN Aggregation field is 1. The BW field specifies that the TRN field is transmitted over a 2.16+2.16 GHz or 4.32+4.32 GHz channel.

set_usr_number(usr_num: int) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:USRNumber
driver.source.bb.wlay.pconfig.set_usr_number(usr_num = 1)

Queries the number of users. The maximum number of users equals the maximum number of spatial streams that is 8.

param usr_num

integer Range: 1 to 8

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlay.pconfig.clone()

Subgroups