WarnId<Index>

RepCap Settings

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

SCPI Command :

[SOURce<HW>]:BB:ISDBt:EEW:WARNid<CH>
class WarnIdCls[source]

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

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

Sets the individual identification number of the seismic motion warning.

param index:

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

return:

warning_id: integer Range: 0 to 511

set(warning_id: int, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:EEW:WARNid<CH>
driver.source.bb.isdbt.eew.warnId.set(warning_id = 1, index = repcap.Index.Default)

Sets the individual identification number of the seismic motion warning.

param warning_id:

integer Range: 0 to 511

param index:

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

Cloning the Group

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