Pkey
SCPI Commands :
[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:NTDay
[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TOMidnight
- class PkeyCls[source]
Pkey commands group definition. 4 total commands, 1 Subgroups, 2 group commands
- get_nt_day() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:NTDay value: int = driver.source.bb.gnss.galileo.osnma.pkey.get_nt_day()
No command help available
- return
trans_per_day: No help available
- get_to_midnight() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TOMidnight value: int = driver.source.bb.gnss.galileo.osnma.pkey.get_to_midnight()
No command help available
- return
time_offset: No help available
- set_nt_day(trans_per_day: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:NTDay driver.source.bb.gnss.galileo.osnma.pkey.set_nt_day(trans_per_day = 1)
No command help available
- param trans_per_day
No help available
- set_to_midnight(time_offset: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TOMidnight driver.source.bb.gnss.galileo.osnma.pkey.set_to_midnight(time_offset = 1)
No command help available
- param time_offset
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.galileo.osnma.pkey.clone()
Subgroups