{"id":30623528,"url":"https://github.com/snhobbs/hp894xx","last_synced_at":"2025-08-30T16:22:12.577Z","repository":{"id":161856743,"uuid":"338214064","full_name":"snhobbs/HP894xx","owner":"snhobbs","description":"HP89400 Series Vector Signal Analyzer GPIB Control","archived":false,"fork":false,"pushed_at":"2023-10-06T17:01:52.000Z","size":14984,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-06T18:23:55.686Z","etag":null,"topics":["controller","ethernet","gpib","hp","hp89410","hp89441","lab","lab-automation","prologix","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snhobbs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-12T03:21:37.000Z","updated_at":"2023-10-06T18:23:56.686Z","dependencies_parsed_at":null,"dependency_job_id":"28ed66ab-07ca-45de-bad2-745500ff3b61","html_url":"https://github.com/snhobbs/HP894xx","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/snhobbs/HP894xx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snhobbs%2FHP894xx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snhobbs%2FHP894xx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snhobbs%2FHP894xx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snhobbs%2FHP894xx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snhobbs","download_url":"https://codeload.github.com/snhobbs/HP894xx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snhobbs%2FHP894xx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272875143,"owners_count":25007882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["controller","ethernet","gpib","hp","hp89410","hp89441","lab","lab-automation","prologix","python"],"created_at":"2025-08-30T16:21:51.713Z","updated_at":"2025-08-30T16:22:12.568Z","avatar_url":"https://github.com/snhobbs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HP894xx\nHP89400 Series Vector Signal Analyzer GPIB Control using the Prologix GPIB-ETHERNET adapter.\n\n## Basic Usage\n+ The hp_spectrum_analyzer.py script is all that is needed for simple data taking\n```{sh}\nhp_spectrum_analyzer.py --name name_of_data_run --gpib-address 19 --ip=10.231.231.128\n```\n## Script Procedure\n+ Pulls all available metadata into the header. Some different machines have different options so not all requests will succeed. The script will catch the error and continue.\n+ Pulls data from buffer.\n+ Saves file with timestamp to ensure unique file names. This ensures that data isn't overwritten.\n\n## Data Format\n+ Output files look like this:\n```\n # file_name: labamp_dark_5mhz_2022-10-10T12:18:22:421802\n # date: 2022-10-10\n # time: 12:18:22.421875\n # SENS:FREQuency:STEP?: +2.50000000000000E+004\n # FREQuency:STARt?: +0.00000000000000E+000\n # FREQuency:STOP?: +5.00000000000000E+006\n # FREQuency:SPAN?: +5.00000000000000E+006\n # FREQuency:CENTer?: +2.50000000000000E+006\n # SENSe:BANDwidth:RESolution?: +1.00000000000000E+005\n # SENS:AVERAGE:COUNT?: +4000\n # OUTPut:IMPedance?: +5.00000000000000E+001\n # INSTRUMENT:SEL?: SCAL\n # INSTRUMENT:NSEL?: +1\n # INPUT1:COUPLING?: AC\n # INPUT2:COUPLING?: AC\n # CALC:X:UNIT:TIME?: \n # CALC:X:UNIT:FREQ?: HZ\n # CALC:UPHASE:OFFSET?: +0.00000000000000E+000\n # CALC:UPHASE:CREF?: +0.00000000000000E+000\n # CALC:UNIT:TIME?: \n # CALC:UNIT:POWER?: VRMS/RTHZ\n # CALC:UNIT:FREQ?: \n # CALC:UNIT:ANGLE?: \n # CALC:UNIT:AM?: \n # CALC:DATA:HEAD:POINTS?: +1601\n # CALC:FORMAT?: MLOG\n 5.42512054835242e-07\n 5.42191457952867e-07\n 5.41927079211746e-07\n 5.41535314368957e-07\n 5.40725523023866e-07\n 5.39124130227719e-07\n 5.36303559783846e-07\n 5.31816908733163e-07\n 5.25229324921384e-07\n 5.16566274200159e-07\n...\n```\nThe header entries start with a '#' and have a space colon space (\" : \") seperating the field name and value. No x values are saved, only y values. The x values can be determined from the header.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnhobbs%2Fhp894xx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnhobbs%2Fhp894xx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnhobbs%2Fhp894xx/lists"}