Tduration

SCPI Commands :

[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:CKEY:TDURation:SONE
[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:CKEY:TDURation:STWO
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_sone() int[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:CKEY:TDURation:SONE
value: int = driver.source.bb.gnss.galileo.osnma.ckey.tduration.get_sone()

Sets the duration of step 1 for TESLA chain transitions.

Returns:

duration: integer Range: 1 to 86400

get_stwo() int[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:CKEY:TDURation:STWO
value: int = driver.source.bb.gnss.galileo.osnma.ckey.tduration.get_stwo()

Sets the duration of step 2 for TESLA chain transitions.

Returns:

duration: integer Range: 1 to 86400

set_sone(duration: int) None[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:CKEY:TDURation:SONE
driver.source.bb.gnss.galileo.osnma.ckey.tduration.set_sone(duration = 1)

Sets the duration of step 1 for TESLA chain transitions.

Parameters:

duration – integer Range: 1 to 86400

set_stwo(duration: int) None[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:CKEY:TDURation:STWO
driver.source.bb.gnss.galileo.osnma.ckey.tduration.set_stwo(duration = 1)

Sets the duration of step 2 for TESLA chain transitions.

Parameters:

duration – integer Range: 1 to 86400