Uw

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:UW
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class UwStruct[source]

Response structure. Fields:

  • 1 Uw: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 512

get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) UwStruct[source]
# [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:UW
value: UwStruct = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.uw.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)

Queries or sets the content of the unique word (UW) . Selects the clock source:

  • For [:SOURce<hw>]:BB:DVB:DVBR:SFConfig<ch0>:FRConfig<st0>:SEC<di0>:MOD PRED Queries the current value from the protocol based on the waveform ID.

  • For [:SOURce<hw>]:BB:DVB:DVBR:SFConfig<ch0>:FRConfig<st0>:SEC<di0>:MOD USERD Sets a value for the current configuration.

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

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sec’)

Returns:

structure: for return value, see the help for UwStruct structure arguments.

set(uw: str, bitcount: int, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:UW
driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.uw.set(uw = rawAbc, bitcount = 1, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)

Queries or sets the content of the unique word (UW) . Selects the clock source:

  • For [:SOURce<hw>]:BB:DVB:DVBR:SFConfig<ch0>:FRConfig<st0>:SEC<di0>:MOD PRED Queries the current value from the protocol based on the waveform ID.

  • For [:SOURce<hw>]:BB:DVB:DVBR:SFConfig<ch0>:FRConfig<st0>:SEC<di0>:MOD USERD Sets a value for the current configuration.

Parameters:
  • uw – numeric

  • bitcount – integer Range: 1 to 512

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

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sec’)