InfoType<Index>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.isdbt.eew.infoType.repcap_index_get()
driver.source.bb.isdbt.eew.infoType.repcap_index_set(repcap.Index.Nr1)

SCPI Command :

[SOURce<HW>]:BB:ISDBt:EEW:INFotype<CH>
class InfoTypeCls[source]

InfoType commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1

get(index=Index.Default) IsdbtEewInfoType[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:EEW:INFotype<CH>
value: enums.IsdbtEewInfoType = driver.source.bb.isdbt.eew.infoType.get(index = repcap.Index.Default)

Provides information about the validity of the seismic motion warning.

param index:

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

return:

info_type: CANCeled| ISSued

set(info_type: IsdbtEewInfoType, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:EEW:INFotype<CH>
driver.source.bb.isdbt.eew.infoType.set(info_type = enums.IsdbtEewInfoType.CANCeled, index = repcap.Index.Default)

Provides information about the validity of the seismic motion warning.

param info_type:

CANCeled| ISSued

param index:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.isdbt.eew.infoType.clone()