Phrt

SCPI Command :

[SOURce<HW>]:BB:LRWPan:SENS:FCONfig:PHRT:BITRate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_bitrate() HrpUwbPhr2BitRate[source]
# [SOURce<HW>]:BB:LRWPan:SENS:FCONfig:PHRT:BITRate
value: enums.HrpUwbPhr2BitRate = driver.source.bb.lrWpan.sens.fconfig.phrt.get_bitrate()

Requires [:SOURce<hw>]:BB:LRWPan:EMLLd | SENS:PHR:DRM MDR. Sets the PHR2 bit rate depending on the PHR1 codeword.

Returns:

phr_2_bit_rate: R1M95H | R1M95 | R7M8H | R7M8 | R31M2H | R31M2 | R62M4H | R62M4 | R124M8H | R124M8

set_bitrate(phr_2_bit_rate: HrpUwbPhr2BitRate) None[source]
# [SOURce<HW>]:BB:LRWPan:SENS:FCONfig:PHRT:BITRate
driver.source.bb.lrWpan.sens.fconfig.phrt.set_bitrate(phr_2_bit_rate = enums.HrpUwbPhr2BitRate.R124M8)

Requires [:SOURce<hw>]:BB:LRWPan:EMLLd | SENS:PHR:DRM MDR. Sets the PHR2 bit rate depending on the PHR1 codeword.

Parameters:

phr_2_bit_rate – R1M95H | R1M95 | R7M8H | R7M8 | R31M2H | R31M2 | R62M4H | R62M4 | R124M8H | R124M8