PhymacCfg
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:PHYMacCfg:CODERate
[SOURce<HW>]:BB:BTOoth:PHYMacCfg:DSELection
[SOURce<HW>]:BB:BTOoth:PHYMacCfg:MACHeader
[SOURce<HW>]:BB:BTOoth:PHYMacCfg:PAYLoadCod
[SOURce<HW>]:BB:BTOoth:PHYMacCfg:PAYLoadLen
[SOURce<HW>]:BB:BTOoth:PHYMacCfg:PRTAggre
- Commands in total: 7Subgroups: 1Direct child commands: 6
- get_coderate() BtoCodeRate[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:CODERate value: enums.BtoCodeRate = driver.source.bb.btooth.phymacCfg.get_coderate()
No help available
- get_dselection() str[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:DSELection value: str = driver.source.bb.btooth.phymacCfg.get_dselection()
No help available
- get_mac_header() DataSourceB[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:MACHeader value: enums.DataSourceB = driver.source.bb.btooth.phymacCfg.get_mac_header()
No help available
- get_payload_cod() BtoHdrpPayload[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:PAYLoadCod value: enums.BtoHdrpPayload = driver.source.bb.btooth.phymacCfg.get_payload_cod()
No help available
- get_payload_len() int[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:PAYLoadLen value: int = driver.source.bb.btooth.phymacCfg.get_payload_len()
No help available
- get_prt_aggre() bool[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:PRTAggre value: bool = driver.source.bb.btooth.phymacCfg.get_prt_aggre()
No help available
- set_coderate(coderate: BtoCodeRate) None[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:CODERate driver.source.bb.btooth.phymacCfg.set_coderate(coderate = enums.BtoCodeRate.CR_12)
No help available
- set_dselection(dselection: str) None[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:DSELection driver.source.bb.btooth.phymacCfg.set_dselection(dselection = 'abc')
No help available
- set_mac_header(mac_header: DataSourceB) None[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:MACHeader driver.source.bb.btooth.phymacCfg.set_mac_header(mac_header = enums.DataSourceB.ALL0)
No help available
- set_payload_cod(payload_coding: BtoHdrpPayload) None[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:PAYLoadCod driver.source.bb.btooth.phymacCfg.set_payload_cod(payload_coding = enums.BtoHdrpPayload.LDPCCOD)
No help available
- set_payload_len(pay_len: int) None[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:PAYLoadLen driver.source.bb.btooth.phymacCfg.set_payload_len(pay_len = 1)
No help available
- set_prt_aggre(parity_aggregation: bool) None[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:PRTAggre driver.source.bb.btooth.phymacCfg.set_prt_aggre(parity_aggregation = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
phymacCfg_copy = driver.source.bb.btooth.phymacCfg.clone()
Subgroups