DapAtt
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:DAPatt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class DapAttStruct[source]
Response structure. Fields:
1 Dap_Att: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) DapAttStruct[source]
# [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:DAPatt value: DapAttStruct = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.dapAtt.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Sets the bit pattern.
- 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 DapAttStruct structure arguments.
- set(dap_att: 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>:DAPatt driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.dapAtt.set(dap_att = rawAbc, bitcount = 1, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Sets the bit pattern.
- Parameters:
dap_att – numeric
bitcount – integer Range: 1 to 64
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’)