Pkey
SCPI Commands :
[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:NTDay
[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TOMidnight
- Commands in total: 4Subgroups: 1Direct child commands: 2
- get_nt_day() int[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:NTDay value: int = driver.source.bb.gnss.galileo.osnma.pkey.get_nt_day()
Sets the number of Public key transitions per day.
- Returns:
trans_per_day: integer Range: 1 to 24
- get_to_midnight() int[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TOMidnight value: int = driver.source.bb.gnss.galileo.osnma.pkey.get_to_midnight()
Sets a time offset of the Public key transitions per day.
- Returns:
time_offset: integer Range: 0 to 86400
- set_nt_day(trans_per_day: int) None[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:NTDay driver.source.bb.gnss.galileo.osnma.pkey.set_nt_day(trans_per_day = 1)
Sets the number of Public key transitions per day.
- Parameters:
trans_per_day – integer Range: 1 to 24
- set_to_midnight(time_offset: int) None[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TOMidnight driver.source.bb.gnss.galileo.osnma.pkey.set_to_midnight(time_offset = 1)
Sets a time offset of the Public key transitions per day.
- Parameters:
time_offset – integer Range: 0 to 86400
Cloning the Group
# Create a copy of the original group, that exists independently
pkey_copy = driver.source.bb.gnss.galileo.osnma.pkey.clone()
Subgroups