Rkey

SCPI Commands :

[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:RKEY:NTDay
[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:RKEY:TOMidnight
class RkeyCls[source]

Rkey commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_nt_day() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:RKEY:NTDay
value: int = driver.source.bb.gnss.galileo.osnma.rkey.get_nt_day()

Sets the number of root key transitions per day.

return:

trans_per_day: integer Range: 1 to 24

get_to_midnight() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:RKEY:TOMidnight
value: int = driver.source.bb.gnss.galileo.osnma.rkey.get_to_midnight()

Sets a time offset of the TESLA chain transitions per day.

return:

time_offset: integer Range: 0 to 86400

set_nt_day(trans_per_day: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:RKEY:NTDay
driver.source.bb.gnss.galileo.osnma.rkey.set_nt_day(trans_per_day = 1)

Sets the number of root key transitions per day.

param trans_per_day:

integer Range: 1 to 24

set_to_midnight(time_offset: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:RKEY:TOMidnight
driver.source.bb.gnss.galileo.osnma.rkey.set_to_midnight(time_offset = 1)

Sets a time offset of the TESLA chain transitions per day.

param time_offset:

integer Range: 0 to 86400