Depth<Index>

RepCap Settings

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

SCPI Command :

[SOURce<HW>]:BB:ISDBt:EEW:DEPTh<CH>
class DepthCls[source]

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

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

Sets the depth of the epicenter of the seismic event.

param index:

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

return:

depth: float Range: 0 M to 1023 M

set(depth: float, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:EEW:DEPTh<CH>
driver.source.bb.isdbt.eew.depth.set(depth = 1.0, index = repcap.Index.Default)

Sets the depth of the epicenter of the seismic event.

param depth:

float Range: 0 M to 1023 M

param index:

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

Cloning the Group

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