Tpm

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MTHRee:TPM
class TpmCls[source]

Tpm commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channelNull=ChannelNull.Default) BtoCsTpm[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MTHRee:TPM
value: enums.BtoCsTpm = driver.source.bb.btooth.cs.sevent.mthree.tpm.get(channelNull = repcap.ChannelNull.Default)

Sets the time ‘T_PM’ for Mode-2 or Mode-3 CS steps.

param channelNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)

return:

tpm: No help available

set(tpm: BtoCsTpm, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MTHRee:TPM
driver.source.bb.btooth.cs.sevent.mthree.tpm.set(tpm = enums.BtoCsTpm.TPM_10, channelNull = repcap.ChannelNull.Default)

Sets the time ‘T_PM’ for Mode-2 or Mode-3 CS steps.

param tpm:

TPM_10| TPM_20| TPM_40| TPM_652 TPM_x, x represents values in microseconds.

param channelNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)