Tipt
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MTWO:TIPT
- class TiptCls[source]
Tipt commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) BtoCsTiP2 [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MTWO:TIPT value: enums.BtoCsTiP2 = driver.source.bb.btooth.cs.sevent.mtwo.tipt.get(channelNull = repcap.ChannelNull.Default)
Sets the time ‘T_IP2’ for Mode-2 or Mode-3 CS steps.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
- return:
tipt: TIP2_10| TIP2_20| TIP2_30| TIP2_40| TIP2_50| TIP2_60| TIP2_80| TIP2_145 TIP2_x, x represents values in microseconds.
- set(tipt: BtoCsTiP2, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MTWO:TIPT driver.source.bb.btooth.cs.sevent.mtwo.tipt.set(tipt = enums.BtoCsTiP2.TIP2_10, channelNull = repcap.ChannelNull.Default)
Sets the time ‘T_IP2’ for Mode-2 or Mode-3 CS steps.
- param tipt:
TIP2_10| TIP2_20| TIP2_30| TIP2_40| TIP2_50| TIP2_60| TIP2_80| TIP2_145 TIP2_x, x represents values in microseconds.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)