Tipo

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MONE:TIPO
class TipoCls[source]

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

get(channelNull=ChannelNull.Default) BtoCsTiP1[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MONE:TIPO
value: enums.BtoCsTiP1 = driver.source.bb.btooth.cs.sevent.mone.tipo.get(channelNull = repcap.ChannelNull.Default)

Sets the time ‘T_IP1’ for Mode-0 and Mode-1 CS steps.

param channelNull:

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

return:

tipo: TIP1_10| TIP1_20| TIP1_30| TIP1_40| TIP1_50| TIP1_60| TIP1_80| TIP1_145 TIP1_x, x represents values in microseconds.

set(tipo: BtoCsTiP1, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MONE:TIPO
driver.source.bb.btooth.cs.sevent.mone.tipo.set(tipo = enums.BtoCsTiP1.TIP1_10, channelNull = repcap.ChannelNull.Default)

Sets the time ‘T_IP1’ for Mode-0 and Mode-1 CS steps.

param tipo:

TIP1_10| TIP1_20| TIP1_30| TIP1_40| TIP1_50| TIP1_60| TIP1_80| TIP1_145 TIP1_x, x represents values in microseconds.

param channelNull:

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