FrsTime

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:FRSTime
class FrsTimeCls[source]

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

get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:FRSTime
value: int = driver.source.bb.dvb.dvbr.sfConfig.frConfig.frsTime.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default)

Sets the start time of the selected frame, relative to the superframe start time.

param sfCfgIxNull

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

param frCfgIxNull

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

return

frs_time: integer Range: 0 to 1048576

set(frs_time: int, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:FRSTime
driver.source.bb.dvb.dvbr.sfConfig.frConfig.frsTime.set(frs_time = 1, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default)

Sets the start time of the selected frame, relative to the superframe start time.

param frs_time

integer Range: 0 to 1048576

param sfCfgIxNull

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

param frCfgIxNull

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