PhymacCfg

SCPI Commands :

[SOURce<HW>]:BB:BTOoth:PHYMacCfg:CODERate
[SOURce<HW>]:BB:BTOoth:PHYMacCfg:DPAttern
[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: 7
Subgroups: 0
Direct child commands: 7
class DpatternStruct[source]

Structure for reading output parameters. Fields:

  • Dpattern: str: No parameter help available

  • Bitcount: int: No parameter help available

get_coderate() BtoCodeRate[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:CODERate
value: enums.BtoCodeRate = driver.source.bb.btooth.phymacCfg.get_coderate()

No help available

get_dpattern() DpatternStruct[source]
# [SOURce<HW>]:BB:BTOoth:PHYMacCfg:DPAttern
value: DpatternStruct = driver.source.bb.btooth.phymacCfg.get_dpattern()

No help available

Returns:

structure: for return value, see the help for DpatternStruct structure arguments.

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