Longitude<Index>

RepCap Settings

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

SCPI Command :

[SOURce<HW>]:BB:ISDBt:EEW:LONGitude<CH>
class LongitudeCls[source]

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

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

param index:

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

return:

longitude: float Range: -180.0 DEG to 180.0 DEG

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

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

param longitude:

float Range: -180.0 DEG to 180.0 DEG

param index:

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

Cloning the Group

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