Variation
SCPI Command :
[SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:VARiation
- class VariationCls[source]
Variation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rowNull=RowNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:VARiation value: bool = driver.source.bb.nr5G.output.bbConf.row.variation.get(rowNull = repcap.RowNull.Default)
Activates sample rate variation.
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- return
srate_variation: 0| 1| OFF| ON
- set(srate_variation: bool, rowNull=RowNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:VARiation driver.source.bb.nr5G.output.bbConf.row.variation.set(srate_variation = False, rowNull = repcap.RowNull.Default)
Activates sample rate variation.
- param srate_variation
0| 1| OFF| ON
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)