Latitude<Index>

RepCap Settings

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

SCPI Command :

[SOURce<HW>]:BB:ISDBt:EEW:LATitude<CH>
class LatitudeCls[source]

Latitude 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:LATitude<CH>
value: float = driver.source.bb.isdbt.eew.latitude.get(index = repcap.Index.Default)

Sets the geographical latitude of the epicenter of the seismic event.

param index:

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

return:

latitude: float Range: -90.0 DEG to 90 DEG

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

Sets the geographical latitude of the epicenter of the seismic event.

param latitude:

float Range: -90.0 DEG to 90 DEG

param index:

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

Cloning the Group

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