Tfcs
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:TFCS
- class TfcsCls[source]
Tfcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) BtoCsTfcs [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:TFCS value: enums.BtoCsTfcs = driver.source.bb.btooth.cs.sevent.tfcs.get(channelNull = repcap.ChannelNull.Default)
Sets the frequency change period (T_FCS) between consecutive CS steps. The period ranges from 15 us to 150 us.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
- return:
tfcs: TFCS_15| TFCS_20| TFCS_30| TFCS_40| TFCS_50| TFCS_60| TFCS_80| TFCS_100| TFCS_120| TFCS_150 TFCS_x, x represents values in microseconds.
- set(tfcs: BtoCsTfcs, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:TFCS driver.source.bb.btooth.cs.sevent.tfcs.set(tfcs = enums.BtoCsTfcs.TFCS_100, channelNull = repcap.ChannelNull.Default)
Sets the frequency change period (T_FCS) between consecutive CS steps. The period ranges from 15 us to 150 us.
- param tfcs:
TFCS_15| TFCS_20| TFCS_30| TFCS_40| TFCS_50| TFCS_60| TFCS_80| TFCS_100| TFCS_120| TFCS_150 TFCS_x, x represents values in microseconds.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)