TpConfiguration

SCPI Commands :

[SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:TPINterval
[SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:UPLength
[SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:UPSource
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_tp_interval() float[source]
# [SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:TPINterval
value: float = driver.source.bb.btooth.dtTest.tpConfiguration.get_tp_interval()

Sets the time interval between two consecutive test packets, regarding the starting points. Command sets the values in ms. Query returns values in s.

Returns:

tp_interval: float Range: 0.625E-3 s to 27.5E-3 s - depends on packet characteristics , Unit: ms

get_up_length() int[source]
# [SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:UPLength
value: int = driver.source.bb.btooth.dtTest.tpConfiguration.get_up_length()

Sets the payload length.

Returns:

up_length: integer Range: 0 to 255

get_up_source() BtoPyLdSour[source]
# [SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:UPSource
value: enums.BtoPyLdSour = driver.source.bb.btooth.dtTest.tpConfiguration.get_up_source()

Selects the data source used for the payload test packets.

Returns:

up_source: PN09 | PAT1 | PAT2 | PN15 | PAT3 | PAT4 | PAT5 | PAT6 PN9 / PN15 Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9 or 15. PAT1 Predefined pattern: 11110000 PAT2 Predefined pattern: 10101010 PAT3 Predefined pattern: 11111111 PAT4 Predefined pattern: 00000000 PAT5 Predefined pattern: 00001111 PAT6 Predefined pattern: 01010101

set_tp_interval(tp_interval: float) None[source]
# [SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:TPINterval
driver.source.bb.btooth.dtTest.tpConfiguration.set_tp_interval(tp_interval = 1.0)

Sets the time interval between two consecutive test packets, regarding the starting points. Command sets the values in ms. Query returns values in s.

Parameters:

tp_interval – float Range: 0.625E-3 s to 27.5E-3 s - depends on packet characteristics , Unit: ms

set_up_length(up_length: int) None[source]
# [SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:UPLength
driver.source.bb.btooth.dtTest.tpConfiguration.set_up_length(up_length = 1)

Sets the payload length.

Parameters:

up_length – integer Range: 0 to 255

set_up_source(up_source: BtoPyLdSour) None[source]
# [SOURce<HW>]:BB:BTOoth:DTTest:TPConfiguration:UPSource
driver.source.bb.btooth.dtTest.tpConfiguration.set_up_source(up_source = enums.BtoPyLdSour.DLIS)

Selects the data source used for the payload test packets.

Parameters:

up_source – PN09 | PAT1 | PAT2 | PN15 | PAT3 | PAT4 | PAT5 | PAT6 PN9 / PN15 Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9 or 15. PAT1 Predefined pattern: 11110000 PAT2 Predefined pattern: 10101010 PAT3 Predefined pattern: 11111111 PAT4 Predefined pattern: 00000000 PAT5 Predefined pattern: 00001111 PAT6 Predefined pattern: 01010101