Pbrate

SCPI Command :

[SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:PBRate
class PbrateCls[source]

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

get(rowNull=RowNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:PBRate
value: int = driver.source.bb.nr5G.output.bbConf.row.pbrate.get(rowNull = repcap.RowNull.Default)
Defines the playback rate.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on [:SOURce<hw>]:BB:NR5G:OUTPut:BBConf:ROW<apr>:VARiation.

param rowNull

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

return

playback_rate: integer Per default, the playback rate is the same as the calculated sample rate but the value range also depends on the installed options. Range: 0 to 24e8

set(playback_rate: int, rowNull=RowNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:PBRate
driver.source.bb.nr5G.output.bbConf.row.pbrate.set(playback_rate = 1, rowNull = repcap.RowNull.Default)
Defines the playback rate.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on [:SOURce<hw>]:BB:NR5G:OUTPut:BBConf:ROW<apr>:VARiation.

param playback_rate

integer Per default, the playback rate is the same as the calculated sample rate but the value range also depends on the installed options. Range: 0 to 24e8

param rowNull

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